#F43F80

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

Shades of Violet Red #F43F80

Tints of Violet Red #F43F80

Color information

#F43F80 (or 0xF43F80) is unknown color: approx Violet Red. HEX triplet: F4, 3F and 80. RGB value is (244,63,128). Sum of RGB (Red+Green+Blue) = 244+63+128=435 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.09% from 435); Green value is 63 (25% from 255 or 14.48% from 435); Blue value is 128 (50.39% from 255 or 29.43% from 435); Max value from RGB is 244 - color contains mainly: red. Hex color #F43F80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F43F80 is #0BC07F. Grayscale: #7C7C7C. Windows color (decimal): -770176 or 8404980. OLE color: 8404980.

HSL color Cylindrical-coordinate representation of color #F43F80: hue angle of 338.45º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F43F80 is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB24463128-
CMYK00.740.480.04
HSL338.45º89.16%60.2%-
HSV(B)338.45º74.18%95.69%-
XYZ42.9824.3522.86-
YUV124.53129.97213.21-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 56.09%
GREEN value IS 63 (25% from 255) = 14.48%
BLUE value IS 128 (50.39% from 255) = 29.43%
R=56.09%
G=14.48%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2446312800.740.480.04338.4589.1660.2
HexF43F8004A304152593c
Octal36477200011260452213174
Binary1111010011111110000000010010101100001001010100101011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F43F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F43F80; }

 p { color: rgb(244,63,128); }

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

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

 a { background-color: rgb(244,63,128); }

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

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

 span { border-color: rgb(244,63,128); }

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