#F392DA

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

Shades of Lavender Rose #F392DA

Tints of Lavender Rose #F392DA

Color information

#F392DA (or 0xF392DA) is unknown color: approx Lavender Rose. HEX triplet: F3, 92 and DA. RGB value is (243,146,218). Sum of RGB (Red+Green+Blue) = 243+146+218=607 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.03% from 607); Green value is 146 (57.42% from 255 or 24.05% from 607); Blue value is 218 (85.55% from 255 or 35.91% from 607); Max value from RGB is 243 - color contains mainly: red. Hex color #F392DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F392DA is #0C6D25. Grayscale: #B7B7B7. Windows color (decimal): -814374 or 14324467. OLE color: 14324467.

HSL color Cylindrical-coordinate representation of color #F392DA: hue angle of 315.46º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F392DA is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB243146218-
CMYK00.400.100.05
HSL315.46º80.17%76.27%-
HSV(B)315.46º39.92%95.29%-
XYZ59.944.6771.8-
YUV183.21147.64170.65-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.03%
GREEN value IS 146 (57.42% from 255) = 24.05%
BLUE value IS 218 (85.55% from 255) = 35.91%
R=40.03%
G=24.05%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314621800.400.100.05315.4680.1776.27
HexF392DA028A513b504c
Octal363222332050125473120114
Binary1111001110010010110110100101000101010110011101110100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F392DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F392DA; }

 p { color: rgb(243,146,218); }

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

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

 a { background-color: rgb(243,146,218); }

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

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

 span { border-color: rgb(243,146,218); }

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