#F397DA

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

Shades of Lavender Rose #F397DA

Tints of Lavender Rose #F397DA

Color information

#F397DA (or 0xF397DA) is unknown color: approx Lavender Rose. HEX triplet: F3, 97 and DA. RGB value is (243,151,218). Sum of RGB (Red+Green+Blue) = 243+151+218=612 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.71% from 612); Green value is 151 (59.38% from 255 or 24.67% from 612); Blue value is 218 (85.55% from 255 or 35.62% from 612); Max value from RGB is 243 - color contains mainly: red. Hex color #F397DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F397DA is #0C6825. Grayscale: #B9B9B9. Windows color (decimal): -813094 or 14325747. OLE color: 14325747.

HSL color Cylindrical-coordinate representation of color #F397DA: hue angle of 316.3º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F397DA is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB243151218-
CMYK00.380.100.05
HSL316.3º79.31%77.25%-
HSV(B)316.3º37.86%95.29%-
XYZ60.6846.2572.06-
YUV186.15145.98168.55-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.71%
GREEN value IS 151 (59.38% from 255) = 24.67%
BLUE value IS 218 (85.55% from 255) = 35.62%
R=39.71%
G=24.67%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24315121800.380.100.05316.379.3177.25
HexF397DA026A513c4f4d
Octal363227332046125474117115
Binary1111001110010111110110100100110101010110011110010011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F397DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F397DA; }

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

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

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

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

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

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

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

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