Html Css Color HEX #FC5086 French Rose

📋 copy color: '#FC5086'

red 252 ◦ green 80 ◦ blue 134

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

Shades of French Rose #FC5086

Tints of French Rose #FC5086

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.17%

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

R = 54.08%
G = 17.17%
B = 28.76%

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

#FC5086 (or 0xFC5086) is known color: French Rose. HEX triplet: FC, 50 and 86. RGB value is (252,80,134). Sum of RGB (Red+Green+Blue) = 252+80+134=466 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.08% from 466); Green value is 80 (31.64% from 255 or 17.17% from 466); Blue value is 134 (52.73% from 255 or 28.76% from 466); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5086 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5086 is #03AF79. Grayscale: #898989. Windows color (decimal): -241530 or 8802556. OLE color: 8802556.

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

Color convert

RGB 252 80 134 -
CMYK 0 0.68 0.47 0.01
HSL 341.16º 0.97% 0.65% -
HSV(B) 341.16º 0.68% 0.99% -
XYZ 47.32 28.15 25.49 -
YUV 137.58 125.98 209.61 -
System Red Green Blue C M Y K H S L
Decimal 252 80 134 0 0.68 0.47 0.01 341.16 0.97 0.65
Hex FC 50 86 0 44 2F 1 155 61 41
Octal 374 120 206 0 104 57 1 525 141 101
Binary 11111100 1010000 10000110 0 1000100 101111 1 101010101 1100001 1000001

Color Harmonies of #FC5086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5086

Black with #FC5086

Text Example


Text Example

White with #FC5086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5086; }

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

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

background-color css

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

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

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

border-color css

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

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

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