#F495D2

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

Shades of Lavender Rose #F495D2

Tints of Lavender Rose #F495D2

Color information

#F495D2 (or 0xF495D2) is unknown color: approx Lavender Rose. HEX triplet: F4, 95 and D2. RGB value is (244,149,210). Sum of RGB (Red+Green+Blue) = 244+149+210=603 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.46% from 603); Green value is 149 (58.59% from 255 or 24.71% from 603); Blue value is 210 (82.42% from 255 or 34.83% from 603); Max value from RGB is 244 - color contains mainly: red. Hex color #F495D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F495D2 is #0B6A2D. Grayscale: #B8B8B8. Windows color (decimal): -748078 or 13800948. OLE color: 13800948.

HSL color Cylindrical-coordinate representation of color #F495D2: hue angle of 321.47º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F495D2 is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB244149210-
CMYK00.390.140.04
HSL321.47º81.2%77.06%-
HSV(B)321.47º38.93%95.69%-
XYZ59.6945.3866.59-
YUV184.36142.47170.54-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.46%
GREEN value IS 149 (58.59% from 255) = 24.71%
BLUE value IS 210 (82.42% from 255) = 34.83%
R=40.46%
G=24.71%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414921000.390.140.04321.4781.277.06
HexF495D2027E4141514d
Octal364225322047164501121115
Binary1111010010010101110100100100111111010010100000110100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F495D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F495D2; }

 p { color: rgb(244,149,210); }

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

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

 a { background-color: rgb(244,149,210); }

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

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

 span { border-color: rgb(244,149,210); }

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