Html Css Color HEX #FC5492 French Rose

📋 copy color: '#FC5492'

red 252 ◦ green 84 ◦ blue 146

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

Shades of French Rose #FC5492

Tints of French Rose #FC5492

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.43%

 BLUE value IS 146 (57.42% from 255) = 30.29%

R = 52.28%
G = 17.43%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FC5492 (or 0xFC5492) is known color: French Rose. HEX triplet: FC, 54 and 92. RGB value is (252,84,146). Sum of RGB (Red+Green+Blue) = 252+84+146=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 84 (33.20% from 255 or 17.43% from 482); Blue value is 146 (57.42% from 255 or 30.29% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5492 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5492 is #03AB6D. Grayscale: #8D8D8D. Windows color (decimal): -240494 or 9590012. OLE color: 9590012.

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

Color convert

RGB 252 84 146 -
CMYK 0 0.67 0.42 0.01
HSL 337.86º 0.97% 0.66% -
HSV(B) 337.86º 0.67% 0.99% -
XYZ 48.5 29.11 30.26 -
YUV 141.3 130.66 206.96 -
System Red Green Blue C M Y K H S L
Decimal 252 84 146 0 0.67 0.42 0.01 337.86 0.97 0.66
Hex FC 54 92 0 43 2A 1 152 61 42
Octal 374 124 222 0 103 52 1 522 141 102
Binary 11111100 1010100 10010010 0 1000011 101010 1 101010010 1100001 1000010

Color Harmonies of #FC5492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5492

Black with #FC5492

Text Example


Text Example

White with #FC5492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5492; }

 p { color: rgb(252,84,146); }

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

background-color css

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

 a { background-color: rgb(252,84,146); }

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

border-color css

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

 span { border-color: rgb(252,84,146); }

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