#F999F2

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

Shades of Lavender Rose #F999F2

Tints of Lavender Rose #F999F2

Color information

#F999F2 (or 0xF999F2) is unknown color: approx Lavender Rose. HEX triplet: F9, 99 and F2. RGB value is (249,153,242). Sum of RGB (Red+Green+Blue) = 249+153+242=644 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.66% from 644); Green value is 153 (60.16% from 255 or 23.76% from 644); Blue value is 242 (94.92% from 255 or 37.58% from 644); Max value from RGB is 249 - color contains mainly: red. Hex color #F999F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F999F2 is #06660D. Grayscale: #BFBFBF. Windows color (decimal): -419342 or 15899129. OLE color: 15899129.

HSL color Cylindrical-coordinate representation of color #F999F2: hue angle of 304.38º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F999F2 is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB249153242-
CMYK00.390.030.02
HSL304.38º88.89%78.82%-
HSV(B)304.38º38.55%97.65%-
XYZ66.4949.3390.02-
YUV191.85156.3168.76-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.66%
GREEN value IS 153 (60.16% from 255) = 23.76%
BLUE value IS 242 (94.92% from 255) = 37.58%
R=38.66%
G=23.76%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915324200.390.030.02304.3888.8978.82
HexF999F202732130594f
Octal37123136204732460131117
Binary1111100110011001111100100100111111010011000010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F999F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F999F2; }

 p { color: rgb(249,153,242); }

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

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

 a { background-color: rgb(249,153,242); }

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

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

 span { border-color: rgb(249,153,242); }

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