Html Css Color HEX #FC5792 French Rose

📋 copy color: '#FC5792'

red 252 ◦ green 87 ◦ blue 146

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

Shades of French Rose #FC5792

Tints of French Rose #FC5792

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.94%

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

R = 51.96%
G = 17.94%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FC5792 (or 0xFC5792) is known color: French Rose. HEX triplet: FC, 57 and 92. RGB value is (252,87,146). Sum of RGB (Red+Green+Blue) = 252+87+146=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 87 (34.38% from 255 or 17.94% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5792 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5792 is #03A86D. Grayscale: #8E8E8E. Windows color (decimal): -239726 or 9590780. OLE color: 9590780.

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

Color convert

RGB 252 87 146 -
CMYK 0 0.65 0.42 0.01
HSL 338.55º 0.96% 0.66% -
HSV(B) 338.55º 0.65% 0.99% -
XYZ 48.74 29.59 30.34 -
YUV 143.06 129.66 205.7 -
System Red Green Blue C M Y K H S L
Decimal 252 87 146 0 0.65 0.42 0.01 338.55 0.96 0.66
Hex FC 57 92 0 41 2A 1 153 60 42
Octal 374 127 222 0 101 52 1 523 140 102
Binary 11111100 1010111 10010010 0 1000001 101010 1 101010011 1100000 1000010

Color Harmonies of #FC5792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5792

Black with #FC5792

Text Example


Text Example

White with #FC5792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5792; }

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

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

background-color css

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

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

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

border-color css

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

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

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