#FA2D78

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

Shades of Radical Red #FA2D78

Tints of Radical Red #FA2D78

Color information

#FA2D78 (or 0xFA2D78) is unknown color: approx Radical Red. HEX triplet: FA, 2D and 78. RGB value is (250,45,120). Sum of RGB (Red+Green+Blue) = 250+45+120=415 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.24% from 415); Green value is 45 (17.97% from 255 or 10.84% from 415); Blue value is 120 (47.27% from 255 or 28.92% from 415); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2D78 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2D78 is #05D287. Grayscale: #727272. Windows color (decimal): -381576 or 7876090. OLE color: 7876090.

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

Color convert

RGB25045120-
CMYK00.820.520.02
HSL338.05º95.35%57.84%-
HSV(B)338.05º82%98.04%-
XYZ43.7523.5620.01-
YUV114.84130.92224.4-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 60.24%
GREEN value IS 45 (17.97% from 255) = 10.84%
BLUE value IS 120 (47.27% from 255) = 28.92%
R=60.24%
G=10.84%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2504512000.820.520.02338.0595.3557.84
HexFA2D780523421525f3a
Octal37255170012264252213772
Binary11111010101101111100001010010110100101010100101011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA2D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA2D78; }

 p { color: rgb(250,45,120); }

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

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

 a { background-color: rgb(250,45,120); }

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

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

 span { border-color: rgb(250,45,120); }

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