Html Css Color HEX #F588CF Tea Rose

📋 copy color: '#F588CF'

red 245 ◦ green 136 ◦ blue 207

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

Shades of Tea Rose #F588CF

Tints of Tea Rose #F588CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.2%

R = 41.67%
G = 23.13%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F588CF (or 0xF588CF) is known color: Tea Rose. HEX triplet: F5, 88 and CF. RGB value is (245,136,207). Sum of RGB (Red+Green+Blue) = 245+136+207=588 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.67% from 588); Green value is 136 (53.52% from 255 or 23.13% from 588); Blue value is 207 (81.25% from 255 or 35.20% from 588); Max value from RGB is 245 - color contains mainly: red. Hex color #F588CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F588CF is #0A7730. Grayscale: #B0B0B0. Windows color (decimal): -685873 or 13601013. OLE color: 13601013.

HSL color Cylindrical-coordinate representation of color #F588CF: hue angle of 320.92º 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 #F588CF is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 136 207 -
CMYK 0 0.44 0.16 0.04
HSL 320.92º 0.84% 0.75% -
HSV(B) 320.92º 0.44% 0.96% -
XYZ 57.72 41.53 64 -
YUV 176.69 145.11 176.73 -
System Red Green Blue C M Y K H S L
Decimal 245 136 207 0 0.44 0.16 0.04 320.92 0.84 0.75
Hex F5 88 CF 0 2C 10 4 141 54 4B
Octal 365 210 317 0 54 20 4 501 124 113
Binary 11110101 10001000 11001111 0 101100 10000 100 101000001 1010100 1001011

Color Harmonies of #F588CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F588CF

Black with #F588CF

Text Example


Text Example

White with #F588CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F588CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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