Html Css Color HEX #FC5592 French Rose

📋 copy color: '#FC5592'

red 252 ◦ green 85 ◦ blue 146

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

Shades of French Rose #FC5592

Tints of French Rose #FC5592

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.6%

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

R = 52.17%
G = 17.6%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FC5592 (or 0xFC5592) is known color: French Rose. HEX triplet: FC, 55 and 92. RGB value is (252,85,146). Sum of RGB (Red+Green+Blue) = 252+85+146=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 85 (33.59% from 255 or 17.60% from 483); Blue value is 146 (57.42% from 255 or 30.23% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5592 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5592 is #03AA6D. Grayscale: #8D8D8D. Windows color (decimal): -240238 or 9590268. OLE color: 9590268.

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

Color convert

RGB 252 85 146 -
CMYK 0 0.66 0.42 0.01
HSL 338.08º 0.97% 0.66% -
HSV(B) 338.08º 0.66% 0.99% -
XYZ 48.58 29.27 30.28 -
YUV 141.89 130.33 206.54 -
System Red Green Blue C M Y K H S L
Decimal 252 85 146 0 0.66 0.42 0.01 338.08 0.97 0.66
Hex FC 55 92 0 42 2A 1 152 61 42
Octal 374 125 222 0 102 52 1 522 141 102
Binary 11111100 1010101 10010010 0 1000010 101010 1 101010010 1100001 1000010

Color Harmonies of #FC5592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5592

Black with #FC5592

Text Example


Text Example

White with #FC5592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5592; }

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

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

background-color css

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

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

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

border-color css

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

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

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