#F480CD

Color #F480CD Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #F480CD

Tints of Tea Rose #F480CD

Color information

#F480CD (or 0xF480CD) is unknown color: approx Tea Rose. HEX triplet: F4, 80 and CD. RGB value is (244,128,205). Sum of RGB (Red+Green+Blue) = 244+128+205=577 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.29% from 577); Green value is 128 (50.39% from 255 or 22.18% from 577); Blue value is 205 (80.47% from 255 or 35.53% from 577); Max value from RGB is 244 - color contains mainly: red. Hex color #F480CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F480CD is #0B7F32. Grayscale: #ABABAB. Windows color (decimal): -753459 or 13467892. OLE color: 13467892.

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

Color convert

RGB244128205-
CMYK00.480.160.04
HSL320.17º84.06%72.94%-
HSV(B)320.17º47.54%95.69%-
XYZ56.0539.0862.35-
YUV171.46146.93179.74-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.29%
GREEN value IS 128 (50.39% from 255) = 22.18%
BLUE value IS 205 (80.47% from 255) = 35.53%
R=42.29%
G=22.18%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24412820500.480.160.04320.1784.0672.94
HexF480CD0301041405449
Octal364200315060204500124111
Binary11110100100000001100110101100001000010010100000010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F480CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F480CD; }

 p { color: rgb(244,128,205); }

 H1.HeaderClassName
 {
   color: #F480CD;
 }
 .AnyTagClassName
 {
   color: #F480CD;
 }
</style>
background-color css

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

 a { background-color: rgb(244,128,205); }

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

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

 span { border-color: rgb(244,128,205); }

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