Html Css Color HEX #FA325C Radical Red

📋 copy color: '#FA325C'

red 250 ◦ green 50 ◦ blue 92

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

Shades of Radical Red #FA325C

Tints of Radical Red #FA325C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.47%

R = 63.78%
G = 12.76%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FA325C (or 0xFA325C) is known color: Radical Red. HEX triplet: FA, 32 and 5C. RGB value is (250,50,92). Sum of RGB (Red+Green+Blue) = 250+50+92=392 (51% of max value = 765). Red value is 250 (98.05% from 255 or 63.78% from 392); Green value is 50 (19.92% from 255 or 12.76% from 392); Blue value is 92 (36.33% from 255 or 23.47% from 392); Max value from RGB is 250 - color contains mainly: red. Hex color #FA325C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA325C is #05CDA3. Grayscale: #727272. Windows color (decimal): -380324 or 6042362. OLE color: 6042362.

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

Color convert

RGB 250 50 92 -
CMYK 0 0.8 0.63 0.02
HSL 347.4º 0.95% 0.59% -
HSV(B) 347.4º 0.8% 0.98% -
XYZ 42.5 23.38 12.4 -
YUV 114.59 115.26 224.58 -
System Red Green Blue C M Y K H S L
Decimal 250 50 92 0 0.8 0.63 0.02 347.4 0.95 0.59
Hex FA 32 5C 0 50 3F 2 15B 5F 3B
Octal 372 62 134 0 120 77 2 533 137 73
Binary 11111010 110010 1011100 0 1010000 111111 10 101011011 1011111 111011

Color Harmonies of #FA325C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA325C

Black with #FA325C

Text Example


Text Example

White with #FA325C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA325C; }

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

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

background-color css

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

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

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

border-color css

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

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

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