Html Css Color HEX #F581C9 Tea Rose

📋 copy color: '#F581C9'

red 245 ◦ green 129 ◦ blue 201

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

Shades of Tea Rose #F581C9

Tints of Tea Rose #F581C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 34.96%

R = 42.61%
G = 22.43%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#F581C9 (or 0xF581C9) is known color: Tea Rose. HEX triplet: F5, 81 and C9. RGB value is (245,129,201). Sum of RGB (Red+Green+Blue) = 245+129+201=575 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.61% from 575); Green value is 129 (50.78% from 255 or 22.43% from 575); Blue value is 201 (78.91% from 255 or 34.96% from 575); Max value from RGB is 245 - color contains mainly: red. Hex color #F581C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F581C9 is #0A7E36. Grayscale: #ABABAB. Windows color (decimal): -687671 or 13206005. OLE color: 13206005.

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

Color convert

RGB 245 129 201 -
CMYK 0 0.47 0.18 0.04
HSL 322.76º 0.85% 0.73% -
HSV(B) 322.76º 0.47% 0.96% -
XYZ 56.05 39.33 59.9 -
YUV 171.89 144.43 180.15 -
System Red Green Blue C M Y K H S L
Decimal 245 129 201 0 0.47 0.18 0.04 322.76 0.85 0.73
Hex F5 81 C9 0 2F 12 4 143 55 49
Octal 365 201 311 0 57 22 4 503 125 111
Binary 11110101 10000001 11001001 0 101111 10010 100 101000011 1010101 1001001

Color Harmonies of #F581C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F581C9

Black with #F581C9

Text Example


Text Example

White with #F581C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F581C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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