#F9447C

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

Shades of Violet Red #F9447C

Tints of Violet Red #F9447C

Color information

#F9447C (or 0xF9447C) is unknown color: approx Violet Red. HEX triplet: F9, 44 and 7C. RGB value is (249,68,124). Sum of RGB (Red+Green+Blue) = 249+68+124=441 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.46% from 441); Green value is 68 (26.95% from 255 or 15.42% from 441); Blue value is 124 (48.83% from 255 or 28.12% from 441); Max value from RGB is 249 - color contains mainly: red. Hex color #F9447C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9447C is #06BB83. Grayscale: #808080. Windows color (decimal): -441220 or 8144121. OLE color: 8144121.

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

Color convert

RGB24968124-
CMYK00.730.500.02
HSL341.44º93.78%62.16%-
HSV(B)341.44º72.69%97.65%-
XYZ44.7725.7321.68-
YUV128.5125.47213.95-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 56.46%
GREEN value IS 68 (26.95% from 255) = 15.42%
BLUE value IS 124 (48.83% from 255) = 28.12%
R=56.46%
G=15.42%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2496812400.730.500.02341.4493.7862.16
HexF9447C0493221555e3e
Octal371104174011162252513676
Binary111110011000100111110001001001110010101010101011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9447C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9447C; }

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

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

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

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

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

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

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

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