#FA2F81

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

Shades of Violet Red #FA2F81

Tints of Violet Red #FA2F81

Color information

#FA2F81 (or 0xFA2F81) is unknown color: approx Violet Red. HEX triplet: FA, 2F and 81. RGB value is (250,47,129). Sum of RGB (Red+Green+Blue) = 250+47+129=426 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.69% from 426); Green value is 47 (18.75% from 255 or 11.03% from 426); Blue value is 129 (50.78% from 255 or 30.28% from 426); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2F81 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2F81 is #05D07E. Grayscale: #747474. Windows color (decimal): -381055 or 8466426. OLE color: 8466426.

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

Color convert

RGB25047129-
CMYK00.810.480.02
HSL335.76º95.31%58.24%-
HSV(B)335.76º81.2%98.04%-
XYZ44.423.9423.05-
YUV117.04134.75222.83-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 58.69%
GREEN value IS 47 (18.75% from 255) = 11.03%
BLUE value IS 129 (50.78% from 255) = 30.28%
R=58.69%
G=11.03%
B=30.28%

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
Decimal2504712900.810.480.02335.7695.3158.24
HexFA2F810513021505f3a
Octal37257201012160252013772
Binary111110101011111000000101010001110000101010100001011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA2F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA2F81; }

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

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

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

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

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

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

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

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