Html Css Color HEX #FC487F French Rose

📋 copy color: '#FC487F'

red 252 ◦ green 72 ◦ blue 127

#FC487F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of French Rose #FC487F

Tints of French Rose #FC487F

RGB

 RED value IS 252 (98.83% from 255) = 55.88%

 GREEN value IS 72 (28.52% from 255) = 15.96%

 BLUE value IS 127 (50% from 255) = 28.16%

R = 55.88%
G = 15.96%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.50

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FC487F (or 0xFC487F) is known color: French Rose. HEX triplet: FC, 48 and 7F. RGB value is (252,72,127). Sum of RGB (Red+Green+Blue) = 252+72+127=451 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.88% from 451); Green value is 72 (28.52% from 255 or 15.96% from 451); Blue value is 127 (50% from 255 or 28.16% from 451); Max value from RGB is 252 - color contains mainly: red. Hex color #FC487F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC487F is #03B780. Grayscale: #848484. Windows color (decimal): -243585 or 8341756. OLE color: 8341756.

HSL color Cylindrical-coordinate representation of color #FC487F: hue angle of 341.67º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FC487F is Cyan = 0, Magento = 0.71, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 72 127 -
CMYK 0 0.71 0.50 0.01
HSL 341.67º 0.97% 0.64% -
HSV(B) 341.67º 0.71% 0.99% -
XYZ 46.29 26.86 22.82 -
YUV 132.09 125.13 213.53 -
System Red Green Blue C M Y K H S L
Decimal 252 72 127 0 0.71 0.50 0.01 341.67 0.97 0.64
Hex FC 48 7F 0 47 32 1 156 61 40
Octal 374 110 177 0 107 62 1 526 141 100
Binary 11111100 1001000 1111111 0 1000111 110010 1 101010110 1100001 1000000

Color Harmonies of #FC487F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC487F

Black with #FC487F

Text Example


Text Example

White with #FC487F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC487F; }

 p { color: rgb(252,72,127); }

 H1.HeaderClassName
 {
   color: #FC487F;
 }
 .AnyTagClassName
 {
   color: #FC487F;
 }
</style>

background-color css

<style>
 a { background-color: #FC487F; }

 a { background-color: rgb(252,72,127); }

 div.DivClassName
 {
   background-color: #FC487F;
 }
 .BgClassName
 {
   background-color: #FC487F;
 }
</style>

border-color css

<style>
 span { border-color: #FC487F; }

 span { border-color: rgb(252,72,127); }

 td.TdClassName
 {
   border-color: #FC487F;
 }
 .TagClassName
 {
   border-color: #FC487F;
 }
</style>