#F9449A

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

Shades of Violet Red #F9449A

Tints of Violet Red #F9449A

Color information

#F9449A (or 0xF9449A) is unknown color: approx Violet Red. HEX triplet: F9, 44 and 9A. RGB value is (249,68,154). Sum of RGB (Red+Green+Blue) = 249+68+154=471 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.87% from 471); Green value is 68 (26.95% from 255 or 14.44% from 471); Blue value is 154 (60.55% from 255 or 32.70% from 471); Max value from RGB is 249 - color contains mainly: red. Hex color #F9449A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9449A is #06BB65. Grayscale: #838383. Windows color (decimal): -441190 or 10110201. OLE color: 10110201.

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

Color convert

RGB24968154-
CMYK00.730.380.02
HSL331.49º93.78%62.16%-
HSV(B)331.49º72.69%97.65%-
XYZ46.9726.6133.23-
YUV131.92140.47211.51-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 52.87%
GREEN value IS 68 (26.95% from 255) = 14.44%
BLUE value IS 154 (60.55% from 255) = 32.70%
R=52.87%
G=14.44%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2496815400.730.380.02331.4993.7862.16
HexF9449A04926214b5e3e
Octal371104232011146251313676
Binary1111100110001001001101001001001100110101010010111011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9449A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9449A; }

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

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

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

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

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

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

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

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