Html Css Color HEX #FC588E French Rose

📋 copy color: '#FC588E'

red 252 ◦ green 88 ◦ blue 142

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

Shades of French Rose #FC588E

Tints of French Rose #FC588E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.26%

 BLUE value IS 142 (55.86% from 255) = 29.46%

R = 52.28%
G = 18.26%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC588E (or 0xFC588E) is known color: French Rose. HEX triplet: FC, 58 and 8E. RGB value is (252,88,142). Sum of RGB (Red+Green+Blue) = 252+88+142=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 88 (34.77% from 255 or 18.26% from 482); Blue value is 142 (55.86% from 255 or 29.46% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FC588E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC588E is #03A771. Grayscale: #8F8F8F. Windows color (decimal): -239474 or 9328892. OLE color: 9328892.

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

Color convert

RGB 252 88 142 -
CMYK 0 0.65 0.44 0.01
HSL 340.24º 0.96% 0.67% -
HSV(B) 340.24º 0.65% 0.99% -
XYZ 48.52 29.63 28.75 -
YUV 143.19 127.33 205.61 -
System Red Green Blue C M Y K H S L
Decimal 252 88 142 0 0.65 0.44 0.01 340.24 0.96 0.67
Hex FC 58 8E 0 41 2C 1 154 60 43
Octal 374 130 216 0 101 54 1 524 140 103
Binary 11111100 1011000 10001110 0 1000001 101100 1 101010100 1100000 1000011

Color Harmonies of #FC588E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC588E

Black with #FC588E

Text Example


Text Example

White with #FC588E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC588E; }

 p { color: rgb(252,88,142); }

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

background-color css

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

 a { background-color: rgb(252,88,142); }

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

border-color css

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

 span { border-color: rgb(252,88,142); }

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