#F098D3

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

Shades of Lavender Rose #F098D3

Tints of Lavender Rose #F098D3

Color information

#F098D3 (or 0xF098D3) is unknown color: approx Lavender Rose. HEX triplet: F0, 98 and D3. RGB value is (240,152,211). Sum of RGB (Red+Green+Blue) = 240+152+211=603 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.80% from 603); Green value is 152 (59.77% from 255 or 25.21% from 603); Blue value is 211 (82.81% from 255 or 34.99% from 603); Max value from RGB is 240 - color contains mainly: red. Hex color #F098D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F098D3 is #0F672C. Grayscale: #B8B8B8. Windows color (decimal): -1009453 or 13867248. OLE color: 13867248.

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

Color convert

RGB240152211-
CMYK00.370.120.06
HSL319.77º74.58%76.86%-
HSV(B)319.77º36.67%94.12%-
XYZ58.9245.6867.34-
YUV185.04142.65167.2-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.80%
GREEN value IS 152 (59.77% from 255) = 25.21%
BLUE value IS 211 (82.81% from 255) = 34.99%
R=39.80%
G=25.21%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015221100.370.120.06319.7774.5876.86
HexF098D3025C61404b4d
Octal360230323045146500113115
Binary1111000010011000110100110100101110011010100000010010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F098D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F098D3; }

 p { color: rgb(240,152,211); }

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

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

 a { background-color: rgb(240,152,211); }

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

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

 span { border-color: rgb(240,152,211); }

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