Html Css Color HEX #FA324D Radical Red

📋 copy color: '#FA324D'

red 250 ◦ green 50 ◦ blue 77

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

Shades of Radical Red #FA324D

Tints of Radical Red #FA324D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.26%

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

R = 66.31%
G = 13.26%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FA324D (or 0xFA324D) is known color: Radical Red. HEX triplet: FA, 32 and 4D. RGB value is (250,50,77). Sum of RGB (Red+Green+Blue) = 250+50+77=377 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.31% from 377); Green value is 50 (19.92% from 255 or 13.26% from 377); Blue value is 77 (30.47% from 255 or 20.42% from 377); Max value from RGB is 250 - color contains mainly: red. Hex color #FA324D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA324D is #05CDB2. Grayscale: #707070. Windows color (decimal): -380339 or 5059322. OLE color: 5059322.

HSL color Cylindrical-coordinate representation of color #FA324D: hue angle of 351.9º 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 #FA324D is Cyan = 0, Magento = 0.8, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 50 77 -
CMYK 0 0.8 0.69 0.02
HSL 351.9º 0.95% 0.59% -
HSV(B) 351.9º 0.8% 0.98% -
XYZ 41.9 23.14 9.28 -
YUV 112.88 107.76 225.8 -
System Red Green Blue C M Y K H S L
Decimal 250 50 77 0 0.8 0.69 0.02 351.9 0.95 0.59
Hex FA 32 4D 0 50 45 2 160 5F 3B
Octal 372 62 115 0 120 105 2 540 137 73
Binary 11111010 110010 1001101 0 1010000 1000101 10 101100000 1011111 111011

Color Harmonies of #FA324D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA324D

Black with #FA324D

Text Example


Text Example

White with #FA324D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA324D; }

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

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

background-color css

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

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

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

border-color css

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

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

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