#FA99F0

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

Shades of Lavender Rose #FA99F0

Tints of Lavender Rose #FA99F0

Color information

#FA99F0 (or 0xFA99F0) is unknown color: approx Lavender Rose. HEX triplet: FA, 99 and F0. RGB value is (250,153,240). Sum of RGB (Red+Green+Blue) = 250+153+240=643 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.88% from 643); Green value is 153 (60.16% from 255 or 23.79% from 643); Blue value is 240 (94.14% from 255 or 37.33% from 643); Max value from RGB is 250 - color contains mainly: red. Hex color #FA99F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA99F0 is #05660F. Grayscale: #BFBFBF. Windows color (decimal): -353808 or 15768058. OLE color: 15768058.

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

Color convert

RGB250153240-
CMYK00.390.040.02
HSL306.19º90.65%79.02%-
HSV(B)306.19º38.8%98.04%-
XYZ66.5449.488.47-
YUV191.92155.14169.43-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.88%
GREEN value IS 153 (60.16% from 255) = 23.79%
BLUE value IS 240 (94.14% from 255) = 37.33%
R=38.88%
G=23.79%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015324000.390.040.02306.1990.6579.02
HexFA99F0027421325b4f
Octal37223136004742462133117
Binary11111010100110011111000001001111001010011001010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA99F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA99F0; }

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

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

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

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

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

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

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

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