#F482CD

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

Shades of Tea Rose #F482CD

Tints of Tea Rose #F482CD

Color information

#F482CD (or 0xF482CD) is unknown color: approx Tea Rose. HEX triplet: F4, 82 and CD. RGB value is (244,130,205). Sum of RGB (Red+Green+Blue) = 244+130+205=579 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.14% from 579); Green value is 130 (51.17% from 255 or 22.45% from 579); Blue value is 205 (80.47% from 255 or 35.41% from 579); Max value from RGB is 244 - color contains mainly: red. Hex color #F482CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F482CD is #0B7D32. Grayscale: #ACACAC. Windows color (decimal): -752947 or 13468404. OLE color: 13468404.

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

Color convert

RGB244130205-
CMYK00.470.160.04
HSL320.53º83.82%73.33%-
HSV(B)320.53º46.72%95.69%-
XYZ56.3139.6162.43-
YUV172.64146.27178.9-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.14%
GREEN value IS 130 (51.17% from 255) = 22.45%
BLUE value IS 205 (80.47% from 255) = 35.41%
R=42.14%
G=22.45%
B=35.41%

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
Decimal24413020500.470.160.04320.5383.8273.33
HexF482CD02F1041415449
Octal364202315057204501124111
Binary11110100100000101100110101011111000010010100000110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F482CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F482CD; }

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

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

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

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

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

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

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

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