#F983BF

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

Shades of Tea Rose #F983BF

Tints of Tea Rose #F983BF

Color information

#F983BF (or 0xF983BF) is unknown color: approx Tea Rose. HEX triplet: F9, 83 and BF. RGB value is (249,131,191). Sum of RGB (Red+Green+Blue) = 249+131+191=571 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.61% from 571); Green value is 131 (51.56% from 255 or 22.94% from 571); Blue value is 191 (75% from 255 or 33.45% from 571); Max value from RGB is 249 - color contains mainly: red. Hex color #F983BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F983BF is #067C40. Grayscale: #ADADAD. Windows color (decimal): -425025 or 12551161. OLE color: 12551161.

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

Color convert

RGB249131191-
CMYK00.470.230.02
HSL329.49º90.77%74.51%-
HSV(B)329.49º47.39%97.65%-
XYZ56.5940.1354.05-
YUV173.12138.09182.12-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.61%
GREEN value IS 131 (51.56% from 255) = 22.94%
BLUE value IS 191 (75% from 255) = 33.45%
R=43.61%
G=22.94%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913119100.470.230.02329.4990.7774.51
HexF983BF02F1721495b4b
Octal371203277057272511133113
Binary1111100110000011101111110101111101111010100100110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F983BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F983BF; }

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

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

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

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

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

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

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

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