#FA3F70

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

Shades of Radical Red #FA3F70

Tints of Radical Red #FA3F70

Color information

#FA3F70 (or 0xFA3F70) is unknown color: approx Radical Red. HEX triplet: FA, 3F and 70. RGB value is (250,63,112). Sum of RGB (Red+Green+Blue) = 250+63+112=425 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.82% from 425); Green value is 63 (25% from 255 or 14.82% from 425); Blue value is 112 (44.14% from 255 or 26.35% from 425); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3F70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3F70 is #05C08F. Grayscale: #7C7C7C. Windows color (decimal): -376976 or 7356410. OLE color: 7356410.

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

Color convert

RGB25063112-
CMYK00.750.550.02
HSL344.28º94.92%61.37%-
HSV(B)344.28º74.8%98.04%-
XYZ44.1325.0517.84-
YUV124.5120.95217.52-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 58.82%
GREEN value IS 63 (25% from 255) = 14.82%
BLUE value IS 112 (44.14% from 255) = 26.35%
R=58.82%
G=14.82%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2506311200.750.550.02344.2894.9261.37
HexFA3F7004B3721585f3d
Octal37277160011367253013775
Binary11111010111111111000001001011110111101010110001011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA3F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA3F70; }

 p { color: rgb(250,63,112); }

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

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

 a { background-color: rgb(250,63,112); }

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

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

 span { border-color: rgb(250,63,112); }

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