#F480C8

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

Shades of Tea Rose #F480C8

Tints of Tea Rose #F480C8

Color information

#F480C8 (or 0xF480C8) is unknown color: approx Tea Rose. HEX triplet: F4, 80 and C8. RGB value is (244,128,200). Sum of RGB (Red+Green+Blue) = 244+128+200=572 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.66% from 572); Green value is 128 (50.39% from 255 or 22.38% from 572); Blue value is 200 (78.52% from 255 or 34.97% from 572); Max value from RGB is 244 - color contains mainly: red. Hex color #F480C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F480C8 is #0B7F37. Grayscale: #AAAAAA. Windows color (decimal): -753464 or 13140212. OLE color: 13140212.

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

Color convert

RGB244128200-
CMYK00.480.180.04
HSL322.76º84.06%72.94%-
HSV(B)322.76º47.54%95.69%-
XYZ55.4538.8459.22-
YUV170.89144.43180.15-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.66%
GREEN value IS 128 (50.39% from 255) = 22.38%
BLUE value IS 200 (78.52% from 255) = 34.97%
R=42.66%
G=22.38%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24412820000.480.180.04322.7684.0672.94
HexF480C80301241435449
Octal364200310060224503124111
Binary11110100100000001100100001100001001010010100001110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F480C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F480C8; }

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

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

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

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

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

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

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

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