#F43185

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

Shades of Violet Red #F43185

Tints of Violet Red #F43185

Color information

#F43185 (or 0xF43185) is unknown color: approx Violet Red. HEX triplet: F4, 31 and 85. RGB value is (244,49,133). Sum of RGB (Red+Green+Blue) = 244+49+133=426 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.28% from 426); Green value is 49 (19.53% from 255 or 11.50% from 426); Blue value is 133 (52.34% from 255 or 31.22% from 426); Max value from RGB is 244 - color contains mainly: red. Hex color #F43185 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F43185 is #0BCE7A. Grayscale: #747474. Windows color (decimal): -773755 or 8729076. OLE color: 8729076.

HSL color Cylindrical-coordinate representation of color #F43185: hue angle of 334.15º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F43185 is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB24449133-
CMYK00.800.450.04
HSL334.15º89.86%57.45%-
HSV(B)334.15º79.92%95.69%-
XYZ42.6423.1224.41-
YUV116.88137.1218.67-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 57.28%
GREEN value IS 49 (19.53% from 255) = 11.50%
BLUE value IS 133 (52.34% from 255) = 31.22%
R=57.28%
G=11.50%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2444913300.800.450.04334.1589.8657.45
HexF431850502D414e5a39
Octal36461205012055451613271
Binary1111010011000110000101010100001011011001010011101011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F43185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F43185; }

 p { color: rgb(244,49,133); }

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

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

 a { background-color: rgb(244,49,133); }

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

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

 span { border-color: rgb(244,49,133); }

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