#FA99F2

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

Shades of Lavender Rose #FA99F2

Tints of Lavender Rose #FA99F2

Color information

#FA99F2 (or 0xFA99F2) is unknown color: approx Lavender Rose. HEX triplet: FA, 99 and F2. RGB value is (250,153,242). Sum of RGB (Red+Green+Blue) = 250+153+242=645 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.76% from 645); Green value is 153 (60.16% from 255 or 23.72% from 645); Blue value is 242 (94.92% from 255 or 37.52% from 645); Max value from RGB is 250 - color contains mainly: red. Hex color #FA99F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA99F2 is #05660D. Grayscale: #BFBFBF. Windows color (decimal): -353806 or 15899130. OLE color: 15899130.

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

Color convert

RGB250153242-
CMYK00.390.030.02
HSL304.95º90.65%79.02%-
HSV(B)304.95º38.8%98.04%-
XYZ66.8449.5290.04-
YUV192.15156.14169.26-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.76%
GREEN value IS 153 (60.16% from 255) = 23.72%
BLUE value IS 242 (94.92% from 255) = 37.52%
R=38.76%
G=23.72%
B=37.52%

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
Decimal25015324200.390.030.02304.9590.6579.02
HexFA99F2027321315b4f
Octal37223136204732461133117
Binary1111101010011001111100100100111111010011000110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA99F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA99F2; }

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

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

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

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

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

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

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

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