#F9428B

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

Shades of Violet Red #F9428B

Tints of Violet Red #F9428B

Color information

#F9428B (or 0xF9428B) is unknown color: approx Violet Red. HEX triplet: F9, 42 and 8B. RGB value is (249,66,139). Sum of RGB (Red+Green+Blue) = 249+66+139=454 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.85% from 454); Green value is 66 (26.17% from 255 or 14.54% from 454); Blue value is 139 (54.69% from 255 or 30.62% from 454); Max value from RGB is 249 - color contains mainly: red. Hex color #F9428B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9428B is #06BD74. Grayscale: #808080. Windows color (decimal): -441717 or 9126649. OLE color: 9126649.

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

Color convert

RGB24966139-
CMYK00.730.440.02
HSL336.07º93.85%61.76%-
HSV(B)336.07º73.49%97.65%-
XYZ45.6825.927.02-
YUV129.04133.63213.56-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 54.85%
GREEN value IS 66 (26.17% from 255) = 14.54%
BLUE value IS 139 (54.69% from 255) = 30.62%
R=54.85%
G=14.54%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2496613900.730.440.02336.0793.8561.76
HexF9428B0492C21505e3e
Octal371102213011154252013676
Binary1111100110000101000101101001001101100101010100001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9428B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9428B; }

 p { color: rgb(249,66,139); }

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

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

 a { background-color: rgb(249,66,139); }

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

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

 span { border-color: rgb(249,66,139); }

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