#f095dc

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

Shades of Lavender Rose #F095DC

Tints of Lavender Rose #F095DC

Color information

#F095DC (or 0xF095DC) is unknown color: approx Lavender Rose. HEX triplet: F0, 95 and DC. RGB value is (240,149,220). Sum of RGB (Red+Green+Blue) = 240+149+220=609 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.41% from 609); Green value is 149 (58.59% from 255 or 24.47% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 240 - color contains mainly: red. Hex color #F095DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F095DC is #0F6A23. Grayscale: #B8B8B8. Windows color (decimal): -1010212 or 14456304. OLE color: 14456304.

HSL color Cylindrical-coordinate representation of color #F095DC: hue angle of 313.19º 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 #F095DC is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB240149220-
CMYK00.380.080.06
HSL313.19º75.21%76.27%-
HSV(B)313.19º37.92%94.12%-
XYZ59.645.1973.29-
YUV184.3148.15167.73-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.41%
GREEN value IS 149 (58.59% from 255) = 24.47%
BLUE value IS 220 (86.33% from 255) = 36.12%
R=39.41%
G=24.47%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014922000.380.080.06313.1975.2176.27
HexF095DC026861394b4c
Octal360225334046106471113114
Binary1111000010010101110111000100110100011010011100110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f095dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f095dc; }

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

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

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

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

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

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

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

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