#F999F1

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

Shades of Lavender Rose #F999F1

Tints of Lavender Rose #F999F1

Color information

#F999F1 (or 0xF999F1) is unknown color: approx Lavender Rose. HEX triplet: F9, 99 and F1. RGB value is (249,153,241). Sum of RGB (Red+Green+Blue) = 249+153+241=643 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.72% from 643); Green value is 153 (60.16% from 255 or 23.79% from 643); Blue value is 241 (94.53% from 255 or 37.48% from 643); Max value from RGB is 249 - color contains mainly: red. Hex color #F999F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F999F1 is #06660E. Grayscale: #BFBFBF. Windows color (decimal): -419343 or 15833593. OLE color: 15833593.

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

Color convert

RGB249153241-
CMYK00.390.030.02
HSL305º88.89%78.82%-
HSV(B)305º38.55%97.65%-
XYZ66.3449.2789.23-
YUV191.74155.8168.84-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.72%
GREEN value IS 153 (60.16% from 255) = 23.79%
BLUE value IS 241 (94.53% from 255) = 37.48%
R=38.72%
G=23.79%
B=37.48%

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
Decimal24915324100.390.030.0230588.8978.82
HexF999F102732131594f
Octal37123136104732461131117
Binary1111100110011001111100010100111111010011000110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F999F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F999F1; }

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

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

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

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

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

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

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

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