#F982D2

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

Shades of Tea Rose #F982D2

Tints of Tea Rose #F982D2

Color information

#F982D2 (or 0xF982D2) is unknown color: approx Tea Rose. HEX triplet: F9, 82 and D2. RGB value is (249,130,210). Sum of RGB (Red+Green+Blue) = 249+130+210=589 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.28% from 589); Green value is 130 (51.17% from 255 or 22.07% from 589); Blue value is 210 (82.42% from 255 or 35.65% from 589); Max value from RGB is 249 - color contains mainly: red. Hex color #F982D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F982D2 is #067D2D. Grayscale: #AEAEAE. Windows color (decimal): -425262 or 13796089. OLE color: 13796089.

HSL color Cylindrical-coordinate representation of color #F982D2: hue angle of 319.66º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F982D2 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB249130210-
CMYK00.480.160.02
HSL319.66º90.84%74.31%-
HSV(B)319.66º47.79%97.65%-
XYZ58.6840.7665.75-
YUV174.7147.92181-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.28%
GREEN value IS 130 (51.17% from 255) = 22.07%
BLUE value IS 210 (82.42% from 255) = 35.65%
R=42.28%
G=22.07%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913021000.480.160.02319.6690.8474.31
HexF982D20301021405b4a
Octal371202322060202500133112
Binary1111100110000010110100100110000100001010100000010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F982D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F982D2; }

 p { color: rgb(249,130,210); }

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

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

 a { background-color: rgb(249,130,210); }

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

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

 span { border-color: rgb(249,130,210); }

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