#F397FB

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

Shades of Violet #F397FB

Tints of Violet #F397FB

Color information

#F397FB (or 0xF397FB) is unknown color: approx Violet. HEX triplet: F3, 97 and FB. RGB value is (243,151,251). Sum of RGB (Red+Green+Blue) = 243+151+251=645 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.67% from 645); Green value is 151 (59.38% from 255 or 23.41% from 645); Blue value is 251 (98.44% from 255 or 38.91% from 645); Max value from RGB is 251 - color contains mainly: blue. Hex color #F397FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F397FB is #0C6804. Grayscale: #BDBDBD. Windows color (decimal): -813061 or 16488435. OLE color: 16488435.

HSL color Cylindrical-coordinate representation of color #F397FB: hue angle of 295.2º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F397FB is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB243151251-
CMYK0.030.4000.02
HSL295.2º92.59%78.82%-
HSV(B)295.2º39.84%98.43%-
XYZ65.4448.1597.11-
YUV189.91162.48165.87-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.67%
GREEN value IS 151 (59.38% from 255) = 23.41%
BLUE value IS 251 (98.44% from 255) = 38.91%
R=37.67%
G=23.41%
B=38.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2431512510.030.4000.02295.292.5978.82
HexF397FB328021275d4f
Octal36322737335002447135117
Binary1111001110010111111110111110100001010010011110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F397FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F397FB; }

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

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

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

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

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

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

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

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