#FA4684

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

Shades of Violet Red #FA4684

Tints of Violet Red #FA4684

Color information

#FA4684 (or 0xFA4684) is unknown color: approx Violet Red. HEX triplet: FA, 46 and 84. RGB value is (250,70,132). Sum of RGB (Red+Green+Blue) = 250+70+132=452 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.31% from 452); Green value is 70 (27.73% from 255 or 15.49% from 452); Blue value is 132 (51.95% from 255 or 29.20% from 452); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4684 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4684 is #05B97B. Grayscale: #828282. Windows color (decimal): -375164 or 8668922. OLE color: 8668922.

HSL color Cylindrical-coordinate representation of color #FA4684: hue angle of 339.33º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FA4684 is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB25070132-
CMYK00.720.470.02
HSL339.33º94.74%62.75%-
HSV(B)339.33º72%98.04%-
XYZ45.7826.3724.51-
YUV130.89128.63212.96-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 55.31%
GREEN value IS 70 (27.73% from 255) = 15.49%
BLUE value IS 132 (51.95% from 255) = 29.20%
R=55.31%
G=15.49%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2507013200.720.470.02339.3394.7462.75
HexFA46840482F21535f3f
Octal372106204011057252313777
Binary1111101010001101000010001001000101111101010100111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA4684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA4684; }

 p { color: rgb(250,70,132); }

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

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

 a { background-color: rgb(250,70,132); }

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

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

 span { border-color: rgb(250,70,132); }

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