#F9407A

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

Shades of Violet Red #F9407A

Tints of Violet Red #F9407A

Color information

#F9407A (or 0xF9407A) is unknown color: approx Violet Red. HEX triplet: F9, 40 and 7A. RGB value is (249,64,122). Sum of RGB (Red+Green+Blue) = 249+64+122=435 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.24% from 435); Green value is 64 (25.39% from 255 or 14.71% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 249 - color contains mainly: red. Hex color #F9407A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9407A is #06BF85. Grayscale: #7D7D7D. Windows color (decimal): -442246 or 8012025. OLE color: 8012025.

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

Color convert

RGB24964122-
CMYK00.740.510.02
HSL341.19º93.91%61.37%-
HSV(B)341.19º74.3%97.65%-
XYZ44.4125.2120.94-
YUV125.93125.79215.78-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 57.24%
GREEN value IS 64 (25.39% from 255) = 14.71%
BLUE value IS 122 (48.05% from 255) = 28.05%
R=57.24%
G=14.71%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2496412200.740.510.02341.1993.9161.37
HexF9407A04A3321555e3d
Octal371100172011263252513675
Binary111110011000000111101001001010110011101010101011011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9407A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9407A; }

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

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

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

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

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

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

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

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