#F983C1

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

Shades of Tea Rose #F983C1

Tints of Tea Rose #F983C1

Color information

#F983C1 (or 0xF983C1) is unknown color: approx Tea Rose. HEX triplet: F9, 83 and C1. RGB value is (249,131,193). Sum of RGB (Red+Green+Blue) = 249+131+193=573 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.46% from 573); Green value is 131 (51.56% from 255 or 22.86% from 573); Blue value is 193 (75.78% from 255 or 33.68% from 573); Max value from RGB is 249 - color contains mainly: red. Hex color #F983C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F983C1 is #067C3E. Grayscale: #ADADAD. Windows color (decimal): -425023 or 12682233. OLE color: 12682233.

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

Color convert

RGB249131193-
CMYK00.470.220.02
HSL328.47º90.77%74.51%-
HSV(B)328.47º47.39%97.65%-
XYZ56.8140.2255.22-
YUV173.35139.09181.96-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.46%
GREEN value IS 131 (51.56% from 255) = 22.86%
BLUE value IS 193 (75.78% from 255) = 33.68%
R=43.46%
G=22.86%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913119300.470.220.02328.4790.7774.51
HexF983C102F1621485b4b
Octal371203301057262510133113
Binary1111100110000011110000010101111101101010100100010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F983C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F983C1; }

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

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

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

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

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

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

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

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