#F983CE

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

Shades of Tea Rose #F983CE

Tints of Tea Rose #F983CE

Color information

#F983CE (or 0xF983CE) is unknown color: approx Tea Rose. HEX triplet: F9, 83 and CE. RGB value is (249,131,206). Sum of RGB (Red+Green+Blue) = 249+131+206=586 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.49% from 586); Green value is 131 (51.56% from 255 or 22.35% from 586); Blue value is 206 (80.86% from 255 or 35.15% from 586); Max value from RGB is 249 - color contains mainly: red. Hex color #F983CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F983CE is #067C31. Grayscale: #AEAEAE. Windows color (decimal): -425010 or 13534201. OLE color: 13534201.

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

Color convert

RGB249131206-
CMYK00.470.170.02
HSL321.86º90.77%74.51%-
HSV(B)321.86º47.39%97.65%-
XYZ58.3240.8363.2-
YUV174.83145.59180.9-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.49%
GREEN value IS 131 (51.56% from 255) = 22.35%
BLUE value IS 206 (80.86% from 255) = 35.15%
R=42.49%
G=22.35%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913120600.470.170.02321.8690.7774.51
HexF983CE02F1121425b4b
Octal371203316057212502133113
Binary1111100110000011110011100101111100011010100001010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F983CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F983CE; }

 p { color: rgb(249,131,206); }

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

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

 a { background-color: rgb(249,131,206); }

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

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

 span { border-color: rgb(249,131,206); }

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