#F093D3

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

Shades of Lavender Rose #F093D3

Tints of Lavender Rose #F093D3

Color information

#F093D3 (or 0xF093D3) is unknown color: approx Lavender Rose. HEX triplet: F0, 93 and D3. RGB value is (240,147,211). Sum of RGB (Red+Green+Blue) = 240+147+211=598 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.13% from 598); Green value is 147 (57.81% from 255 or 24.58% from 598); Blue value is 211 (82.81% from 255 or 35.28% from 598); Max value from RGB is 240 - color contains mainly: red. Hex color #F093D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F093D3 is #0F6C2C. Grayscale: #B5B5B5. Windows color (decimal): -1010733 or 13865968. OLE color: 13865968.

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

Color convert

RGB240147211-
CMYK00.390.120.06
HSL318.71º75.61%75.88%-
HSV(B)318.71º38.75%94.12%-
XYZ58.1344.167.08-
YUV182.1144.31169.3-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.13%
GREEN value IS 147 (57.81% from 255) = 24.58%
BLUE value IS 211 (82.81% from 255) = 35.28%
R=40.13%
G=24.58%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014721100.390.120.06318.7175.6175.88
HexF093D3027C613f4c4c
Octal360223323047146477114114
Binary1111000010010011110100110100111110011010011111110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F093D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F093D3; }

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

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

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

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

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

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

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

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