Html Css Color HEX #FC5186 French Rose

📋 copy color: '#FC5186'

red 252 ◦ green 81 ◦ blue 134

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

Shades of French Rose #FC5186

Tints of French Rose #FC5186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 28.69%

R = 53.96%
G = 17.34%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FC5186 (or 0xFC5186) is known color: French Rose. HEX triplet: FC, 51 and 86. RGB value is (252,81,134). Sum of RGB (Red+Green+Blue) = 252+81+134=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 81 (32.03% from 255 or 17.34% from 467); Blue value is 134 (52.73% from 255 or 28.69% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5186 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5186 is #03AE79. Grayscale: #8A8A8A. Windows color (decimal): -241274 or 8802812. OLE color: 8802812.

HSL color Cylindrical-coordinate representation of color #FC5186: hue angle of 341.4º 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 #FC5186 is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 81 134 -
CMYK 0 0.68 0.47 0.01
HSL 341.4º 0.97% 0.65% -
HSV(B) 341.4º 0.68% 0.99% -
XYZ 47.39 28.3 25.52 -
YUV 138.17 125.65 209.19 -
System Red Green Blue C M Y K H S L
Decimal 252 81 134 0 0.68 0.47 0.01 341.4 0.97 0.65
Hex FC 51 86 0 44 2F 1 155 61 41
Octal 374 121 206 0 104 57 1 525 141 101
Binary 11111100 1010001 10000110 0 1000100 101111 1 101010101 1100001 1000001

Color Harmonies of #FC5186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5186

Black with #FC5186

Text Example


Text Example

White with #FC5186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5186; }

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

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

background-color css

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

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

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

border-color css

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

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

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