Html Css Color HEX #FF80CA Tea Rose

📋 copy color: '#FF80CA'

red 255 ◦ green 128 ◦ blue 202

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

Shades of Tea Rose #FF80CA

Tints of Tea Rose #FF80CA

RGB

 RED value IS 255 (100% from 255) = 43.59%

 GREEN value IS 128 (50.39% from 255) = 21.88%

 BLUE value IS 202 (79.3% from 255) = 34.53%

R = 43.59%
G = 21.88%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#FF80CA (or 0xFF80CA) is known color: Tea Rose. HEX triplet: FF, 80 and CA. RGB value is (255,128,202). Sum of RGB (Red+Green+Blue) = 255+128+202=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 128 (50.39% from 255 or 21.88% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF80CA is #007F35. Grayscale: #AEAEAE. Windows color (decimal): -32566 or 13271295. OLE color: 13271295.

HSL color Cylindrical-coordinate representation of color #FF80CA: hue angle of 325.04º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FF80CA is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB 255 128 202 -
CMYK 0 0.50 0.21 0
HSL 325.04º 1% 0.75% -
HSV(B) 325.04º 0.5% 1% -
XYZ 59.62 40.96 60.64 -
YUV 174.41 143.58 185.48 -
System Red Green Blue C M Y K H S L
Decimal 255 128 202 0 0.50 0.21 0 325.04 1 0.75
Hex FF 80 CA 0 32 15 0 145 64 4B
Octal 377 200 312 0 62 25 0 505 144 113
Binary 11111111 10000000 11001010 0 110010 10101 0 101000101 1100100 1001011

Color Harmonies of #FF80CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF80CA

Black with #FF80CA

Text Example


Text Example

White with #FF80CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF80CA; }

 p { color: rgb(255,128,202); }

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

background-color css

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

 a { background-color: rgb(255,128,202); }

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

border-color css

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

 span { border-color: rgb(255,128,202); }

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