#F899F1

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

Shades of Lavender Rose #F899F1

Tints of Lavender Rose #F899F1

Color information

#F899F1 (or 0xF899F1) is unknown color: approx Lavender Rose. HEX triplet: F8, 99 and F1. RGB value is (248,153,241). Sum of RGB (Red+Green+Blue) = 248+153+241=642 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.63% from 642); Green value is 153 (60.16% from 255 or 23.83% from 642); Blue value is 241 (94.53% from 255 or 37.54% from 642); Max value from RGB is 248 - color contains mainly: red. Hex color #F899F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F899F1 is #07660E. Grayscale: #BFBFBF. Windows color (decimal): -484879 or 15833592. OLE color: 15833592.

HSL color Cylindrical-coordinate representation of color #F899F1: hue angle of 304.42º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F899F1 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB248153241-
CMYK00.380.030.03
HSL304.42º87.16%78.63%-
HSV(B)304.42º38.31%97.25%-
XYZ65.9849.0989.22-
YUV191.44155.97168.34-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.63%
GREEN value IS 153 (60.16% from 255) = 23.83%
BLUE value IS 241 (94.53% from 255) = 37.54%
R=38.63%
G=23.83%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815324100.380.030.03304.4287.1678.63
HexF899F102633130574f
Octal37023136104633460127117
Binary1111100010011001111100010100110111110011000010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F899F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F899F1; }

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

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

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

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

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

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

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

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