Html Css Color HEX #FC588A French Rose

📋 copy color: '#FC588A'

red 252 ◦ green 88 ◦ blue 138

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

Shades of French Rose #FC588A

Tints of French Rose #FC588A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.87%

R = 52.72%
G = 18.41%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FC588A (or 0xFC588A) is known color: French Rose. HEX triplet: FC, 58 and 8A. RGB value is (252,88,138). Sum of RGB (Red+Green+Blue) = 252+88+138=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 88 (34.77% from 255 or 18.41% from 478); Blue value is 138 (54.30% from 255 or 28.87% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FC588A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC588A is #03A775. Grayscale: #8E8E8E. Windows color (decimal): -239478 or 9066748. OLE color: 9066748.

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

Color convert

RGB 252 88 138 -
CMYK 0 0.65 0.45 0.01
HSL 341.71º 0.96% 0.67% -
HSV(B) 341.71º 0.65% 0.99% -
XYZ 48.22 29.51 27.2 -
YUV 142.74 125.33 205.93 -
System Red Green Blue C M Y K H S L
Decimal 252 88 138 0 0.65 0.45 0.01 341.71 0.96 0.67
Hex FC 58 8A 0 41 2D 1 156 60 43
Octal 374 130 212 0 101 55 1 526 140 103
Binary 11111100 1011000 10001010 0 1000001 101101 1 101010110 1100000 1000011

Color Harmonies of #FC588A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC588A

Black with #FC588A

Text Example


Text Example

White with #FC588A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC588A; }

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

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

background-color css

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

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

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

border-color css

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

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

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