#F982CD

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

Shades of Tea Rose #F982CD

Tints of Tea Rose #F982CD

Color information

#F982CD (or 0xF982CD) is unknown color: approx Tea Rose. HEX triplet: F9, 82 and CD. RGB value is (249,130,205). Sum of RGB (Red+Green+Blue) = 249+130+205=584 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.64% from 584); Green value is 130 (51.17% from 255 or 22.26% from 584); Blue value is 205 (80.47% from 255 or 35.10% from 584); Max value from RGB is 249 - color contains mainly: red. Hex color #F982CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F982CD is #067D32. Grayscale: #ADADAD. Windows color (decimal): -425267 or 13468409. OLE color: 13468409.

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

Color convert

RGB249130205-
CMYK00.480.180.02
HSL322.18º90.84%74.31%-
HSV(B)322.18º47.79%97.65%-
XYZ58.0740.5162.52-
YUV174.13145.42181.4-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.64%
GREEN value IS 130 (51.17% from 255) = 22.26%
BLUE value IS 205 (80.47% from 255) = 35.10%
R=42.64%
G=22.26%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913020500.480.180.02322.1890.8474.31
HexF982CD0301221425b4a
Octal371202315060222502133112
Binary1111100110000010110011010110000100101010100001010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F982CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F982CD; }

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

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

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

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

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

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

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

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