Html Css Color HEX #FA4959 Radical Red

📋 copy color: '#FA4959'

red 250 ◦ green 73 ◦ blue 89

#FA4959
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Radical Red #FA4959

Tints of Radical Red #FA4959

RGB

 RED value IS 250 (98.05% from 255) = 60.68%

 GREEN value IS 73 (28.91% from 255) = 17.72%

 BLUE value IS 89 (35.16% from 255) = 21.6%

R = 60.68%
G = 17.72%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FA4959 (or 0xFA4959) is known color: Radical Red. HEX triplet: FA, 49 and 59. RGB value is (250,73,89). Sum of RGB (Red+Green+Blue) = 250+73+89=412 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.68% from 412); Green value is 73 (28.91% from 255 or 17.72% from 412); Blue value is 89 (35.16% from 255 or 21.60% from 412); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4959 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4959 is #05B6A6. Grayscale: #7F7F7F. Windows color (decimal): -374439 or 5851642. OLE color: 5851642.

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

Color convert

RGB 250 73 89 -
CMYK 0 0.71 0.64 0.02
HSL 354.58º 0.95% 0.63% -
HSV(B) 354.58º 0.71% 0.98% -
XYZ 43.61 25.81 12.13 -
YUV 127.75 106.14 215.2 -
System Red Green Blue C M Y K H S L
Decimal 250 73 89 0 0.71 0.64 0.02 354.58 0.95 0.63
Hex FA 49 59 0 47 40 2 163 5F 3F
Octal 372 111 131 0 107 100 2 543 137 77
Binary 11111010 1001001 1011001 0 1000111 1000000 10 101100011 1011111 111111

Color Harmonies of #FA4959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4959

Black with #FA4959

Text Example


Text Example

White with #FA4959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4959; }

 p { color: rgb(250,73,89); }

 H1.HeaderClassName
 {
   color: #FA4959;
 }
 .AnyTagClassName
 {
   color: #FA4959;
 }
</style>

background-color css

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

 a { background-color: rgb(250,73,89); }

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

border-color css

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

 span { border-color: rgb(250,73,89); }

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