#FA4A4B

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

Shades of Radical Red #FA4A4B

Tints of Radical Red #FA4A4B

Color information

#FA4A4B (or 0xFA4A4B) is unknown color: approx Radical Red. HEX triplet: FA, 4A and 4B. RGB value is (250,74,75). Sum of RGB (Red+Green+Blue) = 250+74+75=399 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.66% from 399); Green value is 74 (29.30% from 255 or 18.55% from 399); Blue value is 75 (29.69% from 255 or 18.80% from 399); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4A4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4A4B is #05B5B4. Grayscale: #7E7E7E. Windows color (decimal): -374197 or 4934394. OLE color: 4934394.

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

Color convert

RGB2507475-
CMYK00.700.70.02
HSL359.66º94.62%63.53%-
HSV(B)359.66º70.4%98.04%-
XYZ43.1425.739.35-
YUV126.7498.81215.92-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 62.66%
GREEN value IS 74 (29.30% from 255) = 18.55%
BLUE value IS 75 (29.69% from 255) = 18.80%
R=62.66%
G=18.55%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.7
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250747500.700.70.02359.6694.6263.53
HexFA4A4B0464621685f40
Octal37211211301061062550137100
Binary11111010100101010010110100011010001101010110100010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA4A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA4A4B; }

 p { color: rgb(250,74,75); }

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

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

 a { background-color: rgb(250,74,75); }

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

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

 span { border-color: rgb(250,74,75); }

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