Html Css Color HEX #FA324F Radical Red

📋 copy color: '#FA324F'

red 250 ◦ green 50 ◦ blue 79

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

Shades of Radical Red #FA324F

Tints of Radical Red #FA324F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.84%

R = 65.96%
G = 13.19%
B = 20.84%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FA324F (or 0xFA324F) is known color: Radical Red. HEX triplet: FA, 32 and 4F. RGB value is (250,50,79). Sum of RGB (Red+Green+Blue) = 250+50+79=379 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.96% from 379); Green value is 50 (19.92% from 255 or 13.19% from 379); Blue value is 79 (31.25% from 255 or 20.84% from 379); Max value from RGB is 250 - color contains mainly: red. Hex color #FA324F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA324F is #05CDB0. Grayscale: #717171. Windows color (decimal): -380337 or 5190394. OLE color: 5190394.

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

Color convert

RGB 250 50 79 -
CMYK 0 0.8 0.68 0.02
HSL 351.3º 0.95% 0.59% -
HSV(B) 351.3º 0.8% 0.98% -
XYZ 41.98 23.17 9.66 -
YUV 113.11 108.76 225.64 -
System Red Green Blue C M Y K H S L
Decimal 250 50 79 0 0.8 0.68 0.02 351.3 0.95 0.59
Hex FA 32 4F 0 50 44 2 15F 5F 3B
Octal 372 62 117 0 120 104 2 537 137 73
Binary 11111010 110010 1001111 0 1010000 1000100 10 101011111 1011111 111011

Color Harmonies of #FA324F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA324F

Black with #FA324F

Text Example


Text Example

White with #FA324F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA324F; }

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

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

background-color css

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

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

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

border-color css

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

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

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