#F2A5F4

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

Shades of Lavender Rose #F2A5F4

Tints of Lavender Rose #F2A5F4

Color information

#F2A5F4 (or 0xF2A5F4) is unknown color: approx Lavender Rose. HEX triplet: F2, A5 and F4. RGB value is (242,165,244). Sum of RGB (Red+Green+Blue) = 242+165+244=651 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.17% from 651); Green value is 165 (64.84% from 255 or 25.35% from 651); Blue value is 244 (95.70% from 255 or 37.48% from 651); Max value from RGB is 244 - color contains mainly: blue. Hex color #F2A5F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2A5F4 is #0D5A0B. Grayscale: #C4C4C4. Windows color (decimal): -875020 or 16033266. OLE color: 16033266.

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

Color convert

RGB242165244-
CMYK0.010.3200.04
HSL298.48º78.22%80.2%-
HSV(B)298.48º32.38%95.69%-
XYZ66.452.3292.19-
YUV197.03154.51160.08-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.17%
GREEN value IS 165 (64.84% from 255) = 25.35%
BLUE value IS 244 (95.70% from 255) = 37.48%
R=37.17%
G=25.35%
B=37.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2421652440.010.3200.04298.4878.2280.2
HexF2A5F41200412a4e50
Octal36224536414004452116120
Binary1111001010100101111101001100000010010010101010011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A5F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A5F4; }

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

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

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

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

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

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

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

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