#F9447E

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

Shades of Violet Red #F9447E

Tints of Violet Red #F9447E

Color information

#F9447E (or 0xF9447E) is unknown color: approx Violet Red. HEX triplet: F9, 44 and 7E. RGB value is (249,68,126). Sum of RGB (Red+Green+Blue) = 249+68+126=443 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.21% from 443); Green value is 68 (26.95% from 255 or 15.35% from 443); Blue value is 126 (49.61% from 255 or 28.44% from 443); Max value from RGB is 249 - color contains mainly: red. Hex color #F9447E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9447E is #06BB81. Grayscale: #808080. Windows color (decimal): -441218 or 8275193. OLE color: 8275193.

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

Color convert

RGB24968126-
CMYK00.730.490.02
HSL340.77º93.78%62.16%-
HSV(B)340.77º72.69%97.65%-
XYZ44.925.7822.35-
YUV128.73126.47213.78-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 56.21%
GREEN value IS 68 (26.95% from 255) = 15.35%
BLUE value IS 126 (49.61% from 255) = 28.44%
R=56.21%
G=15.35%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2496812600.730.490.02340.7793.7862.16
HexF9447E0493121555e3e
Octal371104176011161252513676
Binary111110011000100111111001001001110001101010101011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9447E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9447E; }

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

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

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

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

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

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

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

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