#F991C1

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

Shades of Tea Rose #F991C1

Tints of Tea Rose #F991C1

Color information

#F991C1 (or 0xF991C1) is unknown color: approx Tea Rose. HEX triplet: F9, 91 and C1. RGB value is (249,145,193). Sum of RGB (Red+Green+Blue) = 249+145+193=587 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.42% from 587); Green value is 145 (57.03% from 255 or 24.70% from 587); Blue value is 193 (75.78% from 255 or 32.88% from 587); Max value from RGB is 249 - color contains mainly: red. Hex color #F991C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F991C1 is #066E3E. Grayscale: #B5B5B5. Windows color (decimal): -421439 or 12685817. OLE color: 12685817.

HSL color Cylindrical-coordinate representation of color #F991C1: hue angle of 332.31º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F991C1 is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB249145193-
CMYK00.420.220.02
HSL332.31º89.66%77.25%-
HSV(B)332.31º41.77%97.65%-
XYZ58.8244.2455.89-
YUV181.57134.46176.1-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.42%
GREEN value IS 145 (57.03% from 255) = 24.70%
BLUE value IS 193 (75.78% from 255) = 32.88%
R=42.42%
G=24.70%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914519300.420.220.02332.3189.6677.25
HexF991C102A16214c5a4d
Octal371221301052262514132115
Binary1111100110010001110000010101010101101010100110010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F991C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F991C1; }

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

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

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

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

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

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

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

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