#F095D2

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

Shades of Lavender Rose #F095D2

Tints of Lavender Rose #F095D2

Color information

#F095D2 (or 0xF095D2) is unknown color: approx Lavender Rose. HEX triplet: F0, 95 and D2. RGB value is (240,149,210). Sum of RGB (Red+Green+Blue) = 240+149+210=599 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.07% from 599); Green value is 149 (58.59% from 255 or 24.87% from 599); Blue value is 210 (82.42% from 255 or 35.06% from 599); Max value from RGB is 240 - color contains mainly: red. Hex color #F095D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F095D2 is #0F6A2D. Grayscale: #B7B7B7. Windows color (decimal): -1010222 or 13800944. OLE color: 13800944.

HSL color Cylindrical-coordinate representation of color #F095D2: hue angle of 319.78º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F095D2 is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB240149210-
CMYK00.380.120.06
HSL319.78º75.21%76.27%-
HSV(B)319.78º37.92%94.12%-
XYZ58.3244.6766.52-
YUV183.16143.15168.54-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.07%
GREEN value IS 149 (58.59% from 255) = 24.87%
BLUE value IS 210 (82.42% from 255) = 35.06%
R=40.07%
G=24.87%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014921000.380.120.06319.7875.2176.27
HexF095D2026C61404b4c
Octal360225322046146500113114
Binary1111000010010101110100100100110110011010100000010010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F095D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F095D2; }

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

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

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

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

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

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

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

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