#F9347A

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

Shades of Violet Red #F9347A

Tints of Violet Red #F9347A

Color information

#F9347A (or 0xF9347A) is unknown color: approx Violet Red. HEX triplet: F9, 34 and 7A. RGB value is (249,52,122). Sum of RGB (Red+Green+Blue) = 249+52+122=423 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.87% from 423); Green value is 52 (20.70% from 255 or 12.29% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 249 - color contains mainly: red. Hex color #F9347A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9347A is #06CB85. Grayscale: #767676. Windows color (decimal): -445318 or 8008953. OLE color: 8008953.

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

Color convert

RGB24952122-
CMYK00.790.510.02
HSL338.68º94.26%59.02%-
HSV(B)338.68º79.12%97.65%-
XYZ43.812420.74-
YUV118.88129.77220.81-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 58.87%
GREEN value IS 52 (20.70% from 255) = 12.29%
BLUE value IS 122 (48.05% from 255) = 28.84%
R=58.87%
G=12.29%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2495212200.790.510.02338.6894.2659.02
HexF9347A04F3321535e3b
Octal37164172011763252313673
Binary11111001110100111101001001111110011101010100111011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9347A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9347A; }

 p { color: rgb(249,52,122); }

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

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

 a { background-color: rgb(249,52,122); }

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

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

 span { border-color: rgb(249,52,122); }

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