Html Css Color HEX #FF588C French Rose

📋 copy color: '#FF588C'

red 255 ◦ green 88 ◦ blue 140

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

Shades of French Rose #FF588C

Tints of French Rose #FF588C

RGB

 RED value IS 255 (100% from 255) = 52.8%

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

 BLUE value IS 140 (55.08% from 255) = 28.99%

R = 52.8%
G = 18.22%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#FF588C (or 0xFF588C) is known color: French Rose. HEX triplet: FF, 58 and 8C. RGB value is (255,88,140). Sum of RGB (Red+Green+Blue) = 255+88+140=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 88 (34.77% from 255 or 18.22% from 483); Blue value is 140 (55.08% from 255 or 28.99% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FF588C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF588C is #00A773. Grayscale: #8F8F8F. Windows color (decimal): -42868 or 9197823. OLE color: 9197823.

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

Color convert

RGB 255 88 140 -
CMYK 0 0.65 0.45 0
HSL 341.32º 1% 0.67% -
HSV(B) 341.32º 0.65% 1% -
XYZ 49.46 30.13 28.02 -
YUV 143.86 125.83 207.27 -
System Red Green Blue C M Y K H S L
Decimal 255 88 140 0 0.65 0.45 0 341.32 1 0.67
Hex FF 58 8C 0 41 2D 0 155 64 43
Octal 377 130 214 0 101 55 0 525 144 103
Binary 11111111 1011000 10001100 0 1000001 101101 0 101010101 1100100 1000011

Color Harmonies of #FF588C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF588C

Black with #FF588C

Text Example


Text Example

White with #FF588C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF588C; }

 p { color: rgb(255,88,140); }

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

background-color css

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

 a { background-color: rgb(255,88,140); }

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

border-color css

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

 span { border-color: rgb(255,88,140); }

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