#F397E1

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

Shades of Lavender Rose #F397E1

Tints of Lavender Rose #F397E1

Color information

#F397E1 (or 0xF397E1) is unknown color: approx Lavender Rose. HEX triplet: F3, 97 and E1. RGB value is (243,151,225). Sum of RGB (Red+Green+Blue) = 243+151+225=619 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.26% from 619); Green value is 151 (59.38% from 255 or 24.39% from 619); Blue value is 225 (88.28% from 255 or 36.35% from 619); Max value from RGB is 243 - color contains mainly: red. Hex color #F397E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F397E1 is #0C681E. Grayscale: #BABABA. Windows color (decimal): -813087 or 14784499. OLE color: 14784499.

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

Color convert

RGB243151225-
CMYK00.380.070.05
HSL311.74º79.31%77.25%-
HSV(B)311.74º37.86%95.29%-
XYZ61.6246.6276.99-
YUV186.94149.48167.98-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.26%
GREEN value IS 151 (59.38% from 255) = 24.39%
BLUE value IS 225 (88.28% from 255) = 36.35%
R=39.26%
G=24.39%
B=36.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24315122500.380.070.05311.7479.3177.25
HexF397E1026751384f4d
Octal36322734104675470117115
Binary111100111001011111100001010011011110110011100010011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F397E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F397E1; }

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

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

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

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

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

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

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

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