Html Css Color HEX #F582CC Tea Rose

📋 copy color: '#F582CC'

red 245 ◦ green 130 ◦ blue 204

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

Shades of Tea Rose #F582CC

Tints of Tea Rose #F582CC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.45%

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

R = 42.31%
G = 22.45%
B = 35.23%

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

#F582CC (or 0xF582CC) is known color: Tea Rose. HEX triplet: F5, 82 and CC. RGB value is (245,130,204). Sum of RGB (Red+Green+Blue) = 245+130+204=579 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.31% from 579); Green value is 130 (51.17% from 255 or 22.45% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 245 - color contains mainly: red. Hex color #F582CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F582CC is #0A7D33. Grayscale: #ACACAC. Windows color (decimal): -687412 or 13402869. OLE color: 13402869.

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

Color convert

RGB 245 130 204 -
CMYK 0 0.47 0.17 0.04
HSL 321.39º 0.85% 0.74% -
HSV(B) 321.39º 0.47% 0.96% -
XYZ 56.54 39.74 61.82 -
YUV 172.82 145.6 179.48 -
System Red Green Blue C M Y K H S L
Decimal 245 130 204 0 0.47 0.17 0.04 321.39 0.85 0.74
Hex F5 82 CC 0 2F 11 4 141 55 4A
Octal 365 202 314 0 57 21 4 501 125 112
Binary 11110101 10000010 11001100 0 101111 10001 100 101000001 1010101 1001010

Color Harmonies of #F582CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F582CC

Black with #F582CC

Text Example


Text Example

White with #F582CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F582CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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