#F482CE

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

Shades of Tea Rose #F482CE

Tints of Tea Rose #F482CE

Color information

#F482CE (or 0xF482CE) is unknown color: approx Tea Rose. HEX triplet: F4, 82 and CE. RGB value is (244,130,206). Sum of RGB (Red+Green+Blue) = 244+130+206=580 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.07% from 580); Green value is 130 (51.17% from 255 or 22.41% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 244 - color contains mainly: red. Hex color #F482CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F482CE is #0B7D31. Grayscale: #ACACAC. Windows color (decimal): -752946 or 13533940. OLE color: 13533940.

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

Color convert

RGB244130206-
CMYK00.470.160.04
HSL320º83.82%73.33%-
HSV(B)320º46.72%95.69%-
XYZ56.4339.6563.07-
YUV172.75146.77178.82-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.07%
GREEN value IS 130 (51.17% from 255) = 22.41%
BLUE value IS 206 (80.86% from 255) = 35.52%
R=42.07%
G=22.41%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413020600.470.160.0432083.8273.33
HexF482CE02F1041405449
Octal364202316057204500124111
Binary11110100100000101100111001011111000010010100000010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F482CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F482CE; }

 p { color: rgb(244,130,206); }

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

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

 a { background-color: rgb(244,130,206); }

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

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

 span { border-color: rgb(244,130,206); }

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