#F9458F

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

Shades of Violet Red #F9458F

Tints of Violet Red #F9458F

Color information

#F9458F (or 0xF9458F) is unknown color: approx Violet Red. HEX triplet: F9, 45 and 8F. RGB value is (249,69,143). Sum of RGB (Red+Green+Blue) = 249+69+143=461 (61% of max value = 765). Red value is 249 (97.66% from 255 or 54.01% from 461); Green value is 69 (27.34% from 255 or 14.97% from 461); Blue value is 143 (56.25% from 255 or 31.02% from 461); Max value from RGB is 249 - color contains mainly: red. Hex color #F9458F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9458F is #06BA70. Grayscale: #838383. Windows color (decimal): -440945 or 9389561. OLE color: 9389561.

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

Color convert

RGB24969143-
CMYK00.720.430.02
HSL335.33º93.75%62.35%-
HSV(B)335.33º72.29%97.65%-
XYZ46.1526.3828.65-
YUV131.26134.63211.98-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 54.01%
GREEN value IS 69 (27.34% from 255) = 14.97%
BLUE value IS 143 (56.25% from 255) = 31.02%
R=54.01%
G=14.97%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2496914300.720.430.02335.3393.7562.35
HexF9458F0482B214f5e3e
Octal371105217011053251713676
Binary1111100110001011000111101001000101011101010011111011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9458F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9458F; }

 p { color: rgb(249,69,143); }

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

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

 a { background-color: rgb(249,69,143); }

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

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

 span { border-color: rgb(249,69,143); }

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