Html Css Color HEX #FC5187 French Rose

📋 copy color: '#FC5187'

red 252 ◦ green 81 ◦ blue 135

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

Shades of French Rose #FC5187

Tints of French Rose #FC5187

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.31%

 BLUE value IS 135 (53.13% from 255) = 28.85%

R = 53.85%
G = 17.31%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.46

 K value IS 0.01

RGB Variations

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

Color information

#FC5187 (or 0xFC5187) is known color: French Rose. HEX triplet: FC, 51 and 87. RGB value is (252,81,135). Sum of RGB (Red+Green+Blue) = 252+81+135=468 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.85% from 468); Green value is 81 (32.03% from 255 or 17.31% from 468); Blue value is 135 (53.12% from 255 or 28.85% from 468); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5187 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5187 is #03AE78. Grayscale: #8A8A8A. Windows color (decimal): -241273 or 8868348. OLE color: 8868348.

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

Color convert

RGB 252 81 135 -
CMYK 0 0.68 0.46 0.01
HSL 341.05º 0.97% 0.65% -
HSV(B) 341.05º 0.68% 0.99% -
XYZ 47.46 28.33 25.89 -
YUV 138.29 126.15 209.11 -
System Red Green Blue C M Y K H S L
Decimal 252 81 135 0 0.68 0.46 0.01 341.05 0.97 0.65
Hex FC 51 87 0 44 2E 1 155 61 41
Octal 374 121 207 0 104 56 1 525 141 101
Binary 11111100 1010001 10000111 0 1000100 101110 1 101010101 1100001 1000001

Color Harmonies of #FC5187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5187

Black with #FC5187

Text Example


Text Example

White with #FC5187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5187; }

 p { color: rgb(252,81,135); }

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

background-color css

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

 a { background-color: rgb(252,81,135); }

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

border-color css

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

 span { border-color: rgb(252,81,135); }

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