#fa416c

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

Shades of Radical Red #FA416C

Tints of Radical Red #FA416C

Color information

#FA416C (or 0xFA416C) is unknown color: approx Radical Red. HEX triplet: FA, 41 and 6C. RGB value is (250,65,108). Sum of RGB (Red+Green+Blue) = 250+65+108=423 (56% of max value = 765). Red value is 250 (98.05% from 255 or 59.10% from 423); Green value is 65 (25.78% from 255 or 15.37% from 423); Blue value is 108 (42.58% from 255 or 25.53% from 423); Max value from RGB is 250 - color contains mainly: red. Hex color #FA416C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA416C is #05BE93. Grayscale: #7D7D7D. Windows color (decimal): -376468 or 7094778. OLE color: 7094778.

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

Color convert

RGB25065108-
CMYK00.740.570.02
HSL346.05º94.87%61.76%-
HSV(B)346.05º74%98.04%-
XYZ44.0225.1916.73-
YUV125.22118.29217-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 59.10%
GREEN value IS 65 (25.78% from 255) = 15.37%
BLUE value IS 108 (42.58% from 255) = 25.53%
R=59.10%
G=15.37%
B=25.53%

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
Decimal2506510800.740.570.02346.0594.8761.76
HexFA416C04A39215a5f3e
Octal372101154011271253213776
Binary111110101000001110110001001010111001101010110101011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fa416c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fa416c; }

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

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

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

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

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

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

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

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