Html Css Color HEX #F588CC Tea Rose

📋 copy color: '#F588CC'

red 245 ◦ green 136 ◦ blue 204

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

Shades of Tea Rose #F588CC

Tints of Tea Rose #F588CC

RGB

 RED value IS 245 (96.09% from 255) = 41.88%

 GREEN value IS 136 (53.52% from 255) = 23.25%

 BLUE value IS 204 (80.08% from 255) = 34.87%

R = 41.88%
G = 23.25%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F588CC (or 0xF588CC) is known color: Tea Rose. HEX triplet: F5, 88 and CC. RGB value is (245,136,204). Sum of RGB (Red+Green+Blue) = 245+136+204=585 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.88% from 585); Green value is 136 (53.52% from 255 or 23.25% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 245 - color contains mainly: red. Hex color #F588CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F588CC is #0A7733. Grayscale: #B0B0B0. Windows color (decimal): -685876 or 13404405. OLE color: 13404405.

HSL color Cylindrical-coordinate representation of color #F588CC: hue angle of 322.57º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F588CC is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 136 204 -
CMYK 0 0.44 0.17 0.04
HSL 322.57º 0.84% 0.75% -
HSV(B) 322.57º 0.44% 0.96% -
XYZ 57.36 41.38 62.09 -
YUV 176.34 143.61 176.97 -
System Red Green Blue C M Y K H S L
Decimal 245 136 204 0 0.44 0.17 0.04 322.57 0.84 0.75
Hex F5 88 CC 0 2C 11 4 143 54 4B
Octal 365 210 314 0 54 21 4 503 124 113
Binary 11110101 10001000 11001100 0 101100 10001 100 101000011 1010100 1001011

Color Harmonies of #F588CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F588CC

Black with #F588CC

Text Example


Text Example

White with #F588CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F588CC; }

 p { color: rgb(245,136,204); }

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

background-color css

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

 a { background-color: rgb(245,136,204); }

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

border-color css

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

 span { border-color: rgb(245,136,204); }

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