#F480D1

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

Shades of Tea Rose #F480D1

Tints of Tea Rose #F480D1

Color information

#F480D1 (or 0xF480D1) is unknown color: approx Tea Rose. HEX triplet: F4, 80 and D1. RGB value is (244,128,209). Sum of RGB (Red+Green+Blue) = 244+128+209=581 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.00% from 581); Green value is 128 (50.39% from 255 or 22.03% from 581); Blue value is 209 (82.03% from 255 or 35.97% from 581); Max value from RGB is 244 - color contains mainly: red. Hex color #F480D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F480D1 is #0B7F2E. Grayscale: #ABABAB. Windows color (decimal): -753455 or 13730036. OLE color: 13730036.

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

Color convert

RGB244128209-
CMYK00.480.140.04
HSL318.1º84.06%72.94%-
HSV(B)318.1º47.54%95.69%-
XYZ56.5439.2764.92-
YUV171.92148.93179.41-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.00%
GREEN value IS 128 (50.39% from 255) = 22.03%
BLUE value IS 209 (82.03% from 255) = 35.97%
R=42.00%
G=22.03%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24412820900.480.140.04318.184.0672.94
HexF480D1030E413e5449
Octal364200321060164476124111
Binary1111010010000000110100010110000111010010011111010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F480D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F480D1; }

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

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

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

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

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

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

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

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