#F9447A

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

Shades of Violet Red #F9447A

Tints of Violet Red #F9447A

Color information

#F9447A (or 0xF9447A) is unknown color: approx Violet Red. HEX triplet: F9, 44 and 7A. RGB value is (249,68,122). Sum of RGB (Red+Green+Blue) = 249+68+122=439 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.72% from 439); Green value is 68 (26.95% from 255 or 15.49% from 439); Blue value is 122 (48.05% from 255 or 27.79% from 439); Max value from RGB is 249 - color contains mainly: red. Hex color #F9447A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9447A is #06BB85. Grayscale: #808080. Windows color (decimal): -441222 or 8013049. OLE color: 8013049.

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

Color convert

RGB24968122-
CMYK00.730.510.02
HSL342.1º93.78%62.16%-
HSV(B)342.1º72.69%97.65%-
XYZ44.6525.6821.02-
YUV128.27124.47214.11-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 56.72%
GREEN value IS 68 (26.95% from 255) = 15.49%
BLUE value IS 122 (48.05% from 255) = 27.79%
R=56.72%
G=15.49%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2496812200.730.510.02342.193.7862.16
HexF9447A0493321565e3e
Octal371104172011163252613676
Binary111110011000100111101001001001110011101010101101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9447A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9447A; }

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

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

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

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

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

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

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

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