#F9398B

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

Shades of Violet Red #F9398B

Tints of Violet Red #F9398B

Color information

#F9398B (or 0xF9398B) is unknown color: approx Violet Red. HEX triplet: F9, 39 and 8B. RGB value is (249,57,139). Sum of RGB (Red+Green+Blue) = 249+57+139=445 (58% of max value = 765). Red value is 249 (97.66% from 255 or 55.96% from 445); Green value is 57 (22.66% from 255 or 12.81% from 445); Blue value is 139 (54.69% from 255 or 31.24% from 445); Max value from RGB is 249 - color contains mainly: red. Hex color #F9398B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9398B is #06C674. Grayscale: #7B7B7B. Windows color (decimal): -444021 or 9124345. OLE color: 9124345.

HSL color Cylindrical-coordinate representation of color #F9398B: hue angle of 334.38º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F9398B is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB24957139-
CMYK00.770.440.02
HSL334.38º94.12%60%-
HSV(B)334.38º77.11%97.65%-
XYZ45.1924.9326.86-
YUV123.76136.61217.33-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 55.96%
GREEN value IS 57 (22.66% from 255) = 12.81%
BLUE value IS 139 (54.69% from 255) = 31.24%
R=55.96%
G=12.81%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2495713900.770.440.02334.3894.1260
HexF9398B04D2C214e5e3c
Octal37171213011554251613674
Binary111110011110011000101101001101101100101010011101011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9398B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9398B; }

 p { color: rgb(249,57,139); }

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

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

 a { background-color: rgb(249,57,139); }

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

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

 span { border-color: rgb(249,57,139); }

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