#FA2772

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

Shades of Radical Red #FA2772

Tints of Radical Red #FA2772

Color information

#FA2772 (or 0xFA2772) is unknown color: approx Radical Red. HEX triplet: FA, 27 and 72. RGB value is (250,39,114). Sum of RGB (Red+Green+Blue) = 250+39+114=403 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.03% from 403); Green value is 39 (15.62% from 255 or 9.68% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2772 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2772 is #05D88D. Grayscale: #6E6E6E. Windows color (decimal): -383118 or 7481338. OLE color: 7481338.

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

Color convert

RGB25039114-
CMYK00.840.540.02
HSL338.67º95.48%56.67%-
HSV(B)338.67º84.4%98.04%-
XYZ43.1922.9918.08-
YUV110.64129.9227.4-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 62.03%
GREEN value IS 39 (15.62% from 255) = 9.68%
BLUE value IS 114 (44.92% from 255) = 28.29%
R=62.03%
G=9.68%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2503911400.840.540.02338.6795.4856.67
HexFA27720543621535f39
Octal37247162012466252313771
Binary11111010100111111001001010100110110101010100111011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA2772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA2772; }

 p { color: rgb(250,39,114); }

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

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

 a { background-color: rgb(250,39,114); }

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

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

 span { border-color: rgb(250,39,114); }

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