#F2A0F1

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

Shades of Lavender Rose #F2A0F1

Tints of Lavender Rose #F2A0F1

Color information

#F2A0F1 (or 0xF2A0F1) is unknown color: approx Lavender Rose. HEX triplet: F2, A0 and F1. RGB value is (242,160,241). Sum of RGB (Red+Green+Blue) = 242+160+241=643 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.64% from 643); Green value is 160 (62.89% from 255 or 24.88% from 643); Blue value is 241 (94.53% from 255 or 37.48% from 643); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A0F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2A0F1 is #0D5F0E. Grayscale: #C1C1C1. Windows color (decimal): -876303 or 15835378. OLE color: 15835378.

HSL color Cylindrical-coordinate representation of color #F2A0F1: hue angle of 300.73º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F2A0F1 is Cyan = 0, Magento = 0.34, Yellow = 0.00 and Black (K on CMYK) = 0.05.

Color convert

RGB242160241-
CMYK00.340.000.05
HSL300.73º75.93%78.82%-
HSV(B)300.73º33.88%94.9%-
XYZ65.0750.3789.51-
YUV193.75154.67162.41-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.64%
GREEN value IS 160 (62.89% from 255) = 24.88%
BLUE value IS 241 (94.53% from 255) = 37.48%
R=37.64%
G=24.88%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216024100.340.000.05300.7375.9378.82
HexF2A0F10220512d4c4f
Octal36224036104205455114117
Binary1111001010100000111100010100010010110010110110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A0F1; }

 p { color: rgb(242,160,241); }

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

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

 a { background-color: rgb(242,160,241); }

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

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

 span { border-color: rgb(242,160,241); }

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