#F6A2F7

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

Shades of Lavender Rose #F6A2F7

Tints of Lavender Rose #F6A2F7

Color information

#F6A2F7 (or 0xF6A2F7) is unknown color: approx Lavender Rose. HEX triplet: F6, A2 and F7. RGB value is (246,162,247). Sum of RGB (Red+Green+Blue) = 246+162+247=655 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.56% from 655); Green value is 162 (63.67% from 255 or 24.73% from 655); Blue value is 247 (96.88% from 255 or 37.71% from 655); Max value from RGB is 247 - color contains mainly: blue. Hex color #F6A2F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6A2F7 is #095D08. Grayscale: #C4C4C4. Windows color (decimal): -613641 or 16229110. OLE color: 16229110.

HSL color Cylindrical-coordinate representation of color #F6A2F7: hue angle of 299.29º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F6A2F7 is Cyan = 0.00, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB246162247-
CMYK0.000.3400.03
HSL299.29º84.16%80.2%-
HSV(B)299.29º34.41%96.86%-
XYZ67.7152.1594.49-
YUV196.81156.33163.09-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.56%
GREEN value IS 162 (63.67% from 255) = 24.73%
BLUE value IS 247 (96.88% from 255) = 37.71%
R=37.56%
G=24.73%
B=37.71%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2461622470.000.3400.03299.2984.1680.2
HexF6A2F70220312b5450
Octal36624236704203453124120
Binary111101101010001011110111010001001110010101110101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A2F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A2F7; }

 p { color: rgb(246,162,247); }

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

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

 a { background-color: rgb(246,162,247); }

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

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

 span { border-color: rgb(246,162,247); }

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