Html Css Color HEX #FA404D Radical Red

📋 copy color: '#FA404D'

red 250 ◦ green 64 ◦ blue 77

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

Shades of Radical Red #FA404D

Tints of Radical Red #FA404D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.37%

 BLUE value IS 77 (30.47% from 255) = 19.69%

R = 63.94%
G = 16.37%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FA404D (or 0xFA404D) is known color: Radical Red. HEX triplet: FA, 40 and 4D. RGB value is (250,64,77). Sum of RGB (Red+Green+Blue) = 250+64+77=391 (51% of max value = 765). Red value is 250 (98.05% from 255 or 63.94% from 391); Green value is 64 (25.39% from 255 or 16.37% from 391); Blue value is 77 (30.47% from 255 or 19.69% from 391); Max value from RGB is 250 - color contains mainly: red. Hex color #FA404D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA404D is #05BFB2. Grayscale: #797979. Windows color (decimal): -376755 or 5062906. OLE color: 5062906.

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

Color convert

RGB 250 64 77 -
CMYK 0 0.74 0.69 0.02
HSL 355.81º 0.95% 0.62% -
HSV(B) 355.81º 0.74% 0.98% -
XYZ 42.6 24.53 9.51 -
YUV 121.1 103.12 219.94 -
System Red Green Blue C M Y K H S L
Decimal 250 64 77 0 0.74 0.69 0.02 355.81 0.95 0.62
Hex FA 40 4D 0 4A 45 2 164 5F 3E
Octal 372 100 115 0 112 105 2 544 137 76
Binary 11111010 1000000 1001101 0 1001010 1000101 10 101100100 1011111 111110

Color Harmonies of #FA404D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA404D

Black with #FA404D

Text Example


Text Example

White with #FA404D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA404D; }

 p { color: rgb(250,64,77); }

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

background-color css

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

 a { background-color: rgb(250,64,77); }

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

border-color css

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

 span { border-color: rgb(250,64,77); }

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