#F397E8

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

Shades of Lavender Rose #F397E8

Tints of Lavender Rose #F397E8

Color information

#F397E8 (or 0xF397E8) is unknown color: approx Lavender Rose. HEX triplet: F3, 97 and E8. RGB value is (243,151,232). Sum of RGB (Red+Green+Blue) = 243+151+232=626 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.82% from 626); Green value is 151 (59.38% from 255 or 24.12% from 626); Blue value is 232 (91.02% from 255 or 37.06% from 626); Max value from RGB is 243 - color contains mainly: red. Hex color #F397E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F397E8 is #0C6817. Grayscale: #BBBBBB. Windows color (decimal): -813080 or 15243251. OLE color: 15243251.

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

Color convert

RGB243151232-
CMYK00.380.050.05
HSL307.17º79.31%77.25%-
HSV(B)307.17º37.86%95.29%-
XYZ62.5947.0182.12-
YUV187.74152.98167.41-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.82%
GREEN value IS 151 (59.38% from 255) = 24.12%
BLUE value IS 232 (91.02% from 255) = 37.06%
R=38.82%
G=24.12%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24315123200.380.050.05307.1779.3177.25
HexF397E8026551334f4d
Octal36322735004655463117115
Binary111100111001011111101000010011010110110011001110011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F397E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F397E8; }

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

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

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

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

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

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

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

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