Html Css Color HEX #FA324A Radical Red

📋 copy color: '#FA324A'

red 250 ◦ green 50 ◦ blue 74

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

Shades of Radical Red #FA324A

Tints of Radical Red #FA324A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.79%

R = 66.84%
G = 13.37%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FA324A (or 0xFA324A) is known color: Radical Red. HEX triplet: FA, 32 and 4A. RGB value is (250,50,74). Sum of RGB (Red+Green+Blue) = 250+50+74=374 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.84% from 374); Green value is 50 (19.92% from 255 or 13.37% from 374); Blue value is 74 (29.30% from 255 or 19.79% from 374); Max value from RGB is 250 - color contains mainly: red. Hex color #FA324A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA324A is #05CDB5. Grayscale: #707070. Windows color (decimal): -380342 or 4862714. OLE color: 4862714.

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

Color convert

RGB 250 50 74 -
CMYK 0 0.8 0.70 0.02
HSL 352.8º 0.95% 0.59% -
HSV(B) 352.8º 0.8% 0.98% -
XYZ 41.8 23.1 8.73 -
YUV 112.54 106.26 226.05 -
System Red Green Blue C M Y K H S L
Decimal 250 50 74 0 0.8 0.70 0.02 352.8 0.95 0.59
Hex FA 32 4A 0 50 46 2 161 5F 3B
Octal 372 62 112 0 120 106 2 541 137 73
Binary 11111010 110010 1001010 0 1010000 1000110 10 101100001 1011111 111011

Color Harmonies of #FA324A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA324A

Black with #FA324A

Text Example


Text Example

White with #FA324A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA324A; }

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

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

background-color css

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

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

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

border-color css

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

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

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