Html Css Color HEX #F581CC Tea Rose

📋 copy color: '#F581CC'

red 245 ◦ green 129 ◦ blue 204

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

Shades of Tea Rose #F581CC

Tints of Tea Rose #F581CC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.32%

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

R = 42.39%
G = 22.32%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F581CC (or 0xF581CC) is known color: Tea Rose. HEX triplet: F5, 81 and CC. RGB value is (245,129,204). Sum of RGB (Red+Green+Blue) = 245+129+204=578 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.39% from 578); Green value is 129 (50.78% from 255 or 22.32% from 578); Blue value is 204 (80.08% from 255 or 35.29% from 578); Max value from RGB is 245 - color contains mainly: red. Hex color #F581CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F581CC is #0A7E33. Grayscale: #ACACAC. Windows color (decimal): -687668 or 13402613. OLE color: 13402613.

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

Color convert

RGB 245 129 204 -
CMYK 0 0.47 0.17 0.04
HSL 321.21º 0.85% 0.73% -
HSV(B) 321.21º 0.47% 0.96% -
XYZ 56.41 39.47 61.77 -
YUV 172.23 145.93 179.9 -
System Red Green Blue C M Y K H S L
Decimal 245 129 204 0 0.47 0.17 0.04 321.21 0.85 0.73
Hex F5 81 CC 0 2F 11 4 141 55 49
Octal 365 201 314 0 57 21 4 501 125 111
Binary 11110101 10000001 11001100 0 101111 10001 100 101000001 1010101 1001001

Color Harmonies of #F581CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F581CC

Black with #F581CC

Text Example


Text Example

White with #F581CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F581CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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