#FA457A

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

Shades of Violet Red #FA457A

Tints of Violet Red #FA457A

Color information

#FA457A (or 0xFA457A) is unknown color: approx Violet Red. HEX triplet: FA, 45 and 7A. RGB value is (250,69,122). Sum of RGB (Red+Green+Blue) = 250+69+122=441 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.69% from 441); Green value is 69 (27.34% from 255 or 15.65% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 250 - color contains mainly: red. Hex color #FA457A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA457A is #05BA85. Grayscale: #818181. Windows color (decimal): -375430 or 8013306. OLE color: 8013306.

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

Color convert

RGB25069122-
CMYK00.720.510.02
HSL342.43º94.76%62.55%-
HSV(B)342.43º72.4%98.04%-
XYZ45.0725.9921.05-
YUV129.16123.97214.19-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 56.69%
GREEN value IS 69 (27.34% from 255) = 15.65%
BLUE value IS 122 (48.05% from 255) = 27.66%
R=56.69%
G=15.65%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2506912200.720.510.02342.4394.7662.55
HexFA457A0483321565f3f
Octal372105172011063252613777
Binary111110101000101111101001001000110011101010101101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA457A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA457A; }

 p { color: rgb(250,69,122); }

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

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

 a { background-color: rgb(250,69,122); }

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

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

 span { border-color: rgb(250,69,122); }

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