#FA3D60

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

Shades of Radical Red #FA3D60

Tints of Radical Red #FA3D60

Color information

#FA3D60 (or 0xFA3D60) is unknown color: approx Radical Red. HEX triplet: FA, 3D and 60. RGB value is (250,61,96). Sum of RGB (Red+Green+Blue) = 250+61+96=407 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.43% from 407); Green value is 61 (24.22% from 255 or 14.99% from 407); Blue value is 96 (37.89% from 255 or 23.59% from 407); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3D60 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3D60 is #05C29F. Grayscale: #797979. Windows color (decimal): -377504 or 6307322. OLE color: 6307322.

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

Color convert

RGB2506196-
CMYK00.760.620.02
HSL348.89º94.97%60.98%-
HSV(B)348.89º75.6%98.04%-
XYZ43.224.5113.52-
YUV121.5113.62219.65-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 61.43%
GREEN value IS 61 (24.22% from 255) = 14.99%
BLUE value IS 96 (37.89% from 255) = 23.59%
R=61.43%
G=14.99%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250619600.760.620.02348.8994.9760.98
HexFA3D6004C3E215d5f3d
Octal37275140011476253513775
Binary11111010111101110000001001100111110101010111011011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA3D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA3D60; }

 p { color: rgb(250,61,96); }

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

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

 a { background-color: rgb(250,61,96); }

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

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

 span { border-color: rgb(250,61,96); }

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