#F9398D

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

Shades of Violet Red #F9398D

Tints of Violet Red #F9398D

Color information

#F9398D (or 0xF9398D) is unknown color: approx Violet Red. HEX triplet: F9, 39 and 8D. RGB value is (249,57,141). Sum of RGB (Red+Green+Blue) = 249+57+141=447 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.70% from 447); Green value is 57 (22.66% from 255 or 12.75% from 447); Blue value is 141 (55.47% from 255 or 31.54% from 447); Max value from RGB is 249 - color contains mainly: red. Hex color #F9398D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9398D is #06C672. Grayscale: #7B7B7B. Windows color (decimal): -444019 or 9255417. OLE color: 9255417.

HSL color Cylindrical-coordinate representation of color #F9398D: hue angle of 333.75º 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 #F9398D is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB24957141-
CMYK00.770.430.02
HSL333.75º94.12%60%-
HSV(B)333.75º77.11%97.65%-
XYZ45.3424.9927.63-
YUV123.98137.61217.17-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 55.70%
GREEN value IS 57 (22.66% from 255) = 12.75%
BLUE value IS 141 (55.47% from 255) = 31.54%
R=55.70%
G=12.75%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2495714100.770.430.02333.7594.1260
HexF9398D04D2B214e5e3c
Octal37171215011553251613674
Binary111110011110011000110101001101101011101010011101011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9398D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9398D; }

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

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

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

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

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

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

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

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