#FA2F82

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

Shades of Violet Red #FA2F82

Tints of Violet Red #FA2F82

Color information

#FA2F82 (or 0xFA2F82) is unknown color: approx Violet Red. HEX triplet: FA, 2F and 82. RGB value is (250,47,130). Sum of RGB (Red+Green+Blue) = 250+47+130=427 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.55% from 427); Green value is 47 (18.75% from 255 or 11.01% from 427); Blue value is 130 (51.17% from 255 or 30.44% from 427); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2F82 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2F82 is #05D07D. Grayscale: #757575. Windows color (decimal): -381054 or 8531962. OLE color: 8531962.

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

Color convert

RGB25047130-
CMYK00.810.480.02
HSL335.47º95.31%58.24%-
HSV(B)335.47º81.2%98.04%-
XYZ44.4723.9723.4-
YUV117.16135.25222.75-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 58.55%
GREEN value IS 47 (18.75% from 255) = 11.01%
BLUE value IS 130 (51.17% from 255) = 30.44%
R=58.55%
G=11.01%
B=30.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2504713000.810.480.02335.4795.3158.24
HexFA2F8205130214f5f3a
Octal37257202012160251713772
Binary111110101011111000001001010001110000101010011111011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA2F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA2F82; }

 p { color: rgb(250,47,130); }

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

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

 a { background-color: rgb(250,47,130); }

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

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

 span { border-color: rgb(250,47,130); }

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