#F2A1F4

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

Shades of Lavender Rose #F2A1F4

Tints of Lavender Rose #F2A1F4

Color information

#F2A1F4 (or 0xF2A1F4) is unknown color: approx Lavender Rose. HEX triplet: F2, A1 and F4. RGB value is (242,161,244). Sum of RGB (Red+Green+Blue) = 242+161+244=647 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.40% from 647); Green value is 161 (63.28% from 255 or 24.88% from 647); Blue value is 244 (95.70% from 255 or 37.71% from 647); Max value from RGB is 244 - color contains mainly: blue. Hex color #F2A1F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2A1F4 is #0D5E0B. Grayscale: #C2C2C2. Windows color (decimal): -876044 or 16032242. OLE color: 16032242.

HSL color Cylindrical-coordinate representation of color #F2A1F4: hue angle of 298.55º degrees, saturation: 0.79, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F2A1F4 is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB242161244-
CMYK0.010.3400.04
HSL298.55º79.05%79.41%-
HSV(B)298.55º34.02%95.69%-
XYZ65.6950.991.95-
YUV194.68155.84161.75-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.40%
GREEN value IS 161 (63.28% from 255) = 24.88%
BLUE value IS 244 (95.70% from 255) = 37.71%
R=37.40%
G=24.88%
B=37.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2421612440.010.3400.04298.5579.0579.41
HexF2A1F41220412b4f4f
Octal36224136414204453117117
Binary1111001010100001111101001100010010010010101110011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A1F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A1F4; }

 p { color: rgb(242,161,244); }

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

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

 a { background-color: rgb(242,161,244); }

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

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

 span { border-color: rgb(242,161,244); }

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