#F9447B

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

Shades of Violet Red #F9447B

Tints of Violet Red #F9447B

Color information

#F9447B (or 0xF9447B) is unknown color: approx Violet Red. HEX triplet: F9, 44 and 7B. RGB value is (249,68,123). Sum of RGB (Red+Green+Blue) = 249+68+123=440 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.59% from 440); Green value is 68 (26.95% from 255 or 15.45% from 440); Blue value is 123 (48.44% from 255 or 27.95% from 440); Max value from RGB is 249 - color contains mainly: red. Hex color #F9447B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9447B is #06BB84. Grayscale: #808080. Windows color (decimal): -441221 or 8078585. OLE color: 8078585.

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

Color convert

RGB24968123-
CMYK00.730.510.02
HSL341.77º93.78%62.16%-
HSV(B)341.77º72.69%97.65%-
XYZ44.7125.721.34-
YUV128.39124.97214.03-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 56.59%
GREEN value IS 68 (26.95% from 255) = 15.45%
BLUE value IS 123 (48.44% from 255) = 27.95%
R=56.59%
G=15.45%
B=27.95%

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
Decimal2496812300.730.510.02341.7793.7862.16
HexF9447B0493321565e3e
Octal371104173011163252613676
Binary111110011000100111101101001001110011101010101101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9447B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9447B; }

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

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

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

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

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

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

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

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