#FA3370

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

Shades of Radical Red #FA3370

Tints of Radical Red #FA3370

Color information

#FA3370 (or 0xFA3370) is unknown color: approx Radical Red. HEX triplet: FA, 33 and 70. RGB value is (250,51,112). Sum of RGB (Red+Green+Blue) = 250+51+112=413 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.53% from 413); Green value is 51 (20.31% from 255 or 12.35% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3370 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3370 is #05CC8F. Grayscale: #757575. Windows color (decimal): -380048 or 7353338. OLE color: 7353338.

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

Color convert

RGB25051112-
CMYK00.800.550.02
HSL341.61º95.22%59.02%-
HSV(B)341.61º79.6%98.04%-
XYZ43.5323.8617.64-
YUV117.46124.93222.54-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 60.53%
GREEN value IS 51 (20.31% from 255) = 12.35%
BLUE value IS 112 (44.14% from 255) = 27.12%
R=60.53%
G=12.35%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2505111200.800.550.02341.6195.2259.02
HexFA33700503721565f3b
Octal37263160012067252613773
Binary11111010110011111000001010000110111101010101101011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA3370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA3370; }

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

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

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

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

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

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

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

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