Html Css Color HEX #FC588B French Rose

📋 copy color: '#FC588B'

red 252 ◦ green 88 ◦ blue 139

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

Shades of French Rose #FC588B

Tints of French Rose #FC588B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.02%

R = 52.61%
G = 18.37%
B = 29.02%

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

#FC588B (or 0xFC588B) is known color: French Rose. HEX triplet: FC, 58 and 8B. RGB value is (252,88,139). Sum of RGB (Red+Green+Blue) = 252+88+139=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 88 (34.77% from 255 or 18.37% from 479); Blue value is 139 (54.69% from 255 or 29.02% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FC588B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC588B is #03A774. Grayscale: #8E8E8E. Windows color (decimal): -239477 or 9132284. OLE color: 9132284.

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

Color convert

RGB 252 88 139 -
CMYK 0 0.65 0.45 0.01
HSL 341.34º 0.96% 0.67% -
HSV(B) 341.34º 0.65% 0.99% -
XYZ 48.29 29.54 27.58 -
YUV 142.85 125.83 205.85 -
System Red Green Blue C M Y K H S L
Decimal 252 88 139 0 0.65 0.45 0.01 341.34 0.96 0.67
Hex FC 58 8B 0 41 2D 1 155 60 43
Octal 374 130 213 0 101 55 1 525 140 103
Binary 11111100 1011000 10001011 0 1000001 101101 1 101010101 1100000 1000011

Color Harmonies of #FC588B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC588B

Black with #FC588B

Text Example


Text Example

White with #FC588B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC588B; }

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

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

background-color css

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

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

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

border-color css

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

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

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