#F99BF2

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

Shades of Lavender Rose #F99BF2

Tints of Lavender Rose #F99BF2

Color information

#F99BF2 (or 0xF99BF2) is unknown color: approx Lavender Rose. HEX triplet: F9, 9B and F2. RGB value is (249,155,242). Sum of RGB (Red+Green+Blue) = 249+155+242=646 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.54% from 646); Green value is 155 (60.94% from 255 or 23.99% from 646); Blue value is 242 (94.92% from 255 or 37.46% from 646); Max value from RGB is 249 - color contains mainly: red. Hex color #F99BF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F99BF2 is #06640D. Grayscale: #C0C0C0. Windows color (decimal): -418830 or 15899641. OLE color: 15899641.

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

Color convert

RGB249155242-
CMYK00.380.030.02
HSL304.47º88.68%79.22%-
HSV(B)304.47º37.75%97.65%-
XYZ66.8249.9990.13-
YUV193.02155.64167.93-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.54%
GREEN value IS 155 (60.94% from 255) = 23.99%
BLUE value IS 242 (94.92% from 255) = 37.46%
R=38.54%
G=23.99%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915524200.380.030.02304.4788.6879.22
HexF99BF202632130594f
Octal37123336204632460131117
Binary1111100110011011111100100100110111010011000010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99BF2; }

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

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

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

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

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

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

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

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