#FA406C

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

Shades of Radical Red #FA406C

Tints of Radical Red #FA406C

Color information

#FA406C (or 0xFA406C) is unknown color: approx Radical Red. HEX triplet: FA, 40 and 6C. RGB value is (250,64,108). Sum of RGB (Red+Green+Blue) = 250+64+108=422 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.24% from 422); Green value is 64 (25.39% from 255 or 15.17% from 422); Blue value is 108 (42.58% from 255 or 25.59% from 422); Max value from RGB is 250 - color contains mainly: red. Hex color #FA406C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA406C is #05BF93. Grayscale: #7C7C7C. Windows color (decimal): -376724 or 7094522. OLE color: 7094522.

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

Color convert

RGB25064108-
CMYK00.740.570.02
HSL345.81º94.9%61.57%-
HSV(B)345.81º74.4%98.04%-
XYZ43.9625.0716.71-
YUV124.63118.62217.42-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 59.24%
GREEN value IS 64 (25.39% from 255) = 15.17%
BLUE value IS 108 (42.58% from 255) = 25.59%
R=59.24%
G=15.17%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2506410800.740.570.02345.8194.961.57
HexFA406C04A39215a5f3e
Octal372100154011271253213776
Binary111110101000000110110001001010111001101010110101011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA406C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA406C; }

 p { color: rgb(250,64,108); }

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

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

 a { background-color: rgb(250,64,108); }

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

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

 span { border-color: rgb(250,64,108); }

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