#F9357D

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

Shades of Violet Red #F9357D

Tints of Violet Red #F9357D

Color information

#F9357D (or 0xF9357D) is unknown color: approx Violet Red. HEX triplet: F9, 35 and 7D. RGB value is (249,53,125). Sum of RGB (Red+Green+Blue) = 249+53+125=427 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.31% from 427); Green value is 53 (21.09% from 255 or 12.41% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 249 - color contains mainly: red. Hex color #F9357D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9357D is #06CA82. Grayscale: #777777. Windows color (decimal): -445059 or 8205817. OLE color: 8205817.

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

Color convert

RGB24953125-
CMYK00.790.500.02
HSL337.96º94.23%59.22%-
HSV(B)337.96º78.71%97.65%-
XYZ44.0424.1721.75-
YUV119.81130.93220.15-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 58.31%
GREEN value IS 53 (21.09% from 255) = 12.41%
BLUE value IS 125 (49.22% from 255) = 29.27%
R=58.31%
G=12.41%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2495312500.790.500.02337.9694.2359.22
HexF9357D04F3221525e3b
Octal37165175011762252213673
Binary11111001110101111110101001111110010101010100101011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9357D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9357D; }

 p { color: rgb(249,53,125); }

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

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

 a { background-color: rgb(249,53,125); }

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

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

 span { border-color: rgb(249,53,125); }

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