Html Css Color HEX #FA3973 Radical Red

📋 copy color: '#FA3973'

red 250 ◦ green 57 ◦ blue 115

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

Shades of Radical Red #FA3973

Tints of Radical Red #FA3973

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.51%

 BLUE value IS 115 (45.31% from 255) = 27.25%

R = 59.24%
G = 13.51%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FA3973 (or 0xFA3973) is known color: Radical Red. HEX triplet: FA, 39 and 73. RGB value is (250,57,115). Sum of RGB (Red+Green+Blue) = 250+57+115=422 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.24% from 422); Green value is 57 (22.66% from 255 or 13.51% from 422); Blue value is 115 (45.31% from 255 or 27.25% from 422); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3973 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3973 is #05C68C. Grayscale: #797979. Windows color (decimal): -378509 or 7551482. OLE color: 7551482.

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

Color convert

RGB 250 57 115 -
CMYK 0 0.77 0.54 0.02
HSL 341.97º 0.95% 0.6% -
HSV(B) 341.97º 0.77% 0.98% -
XYZ 43.98 24.49 18.63 -
YUV 121.32 124.44 219.78 -
System Red Green Blue C M Y K H S L
Decimal 250 57 115 0 0.77 0.54 0.02 341.97 0.95 0.6
Hex FA 39 73 0 4D 36 2 156 5F 3C
Octal 372 71 163 0 115 66 2 526 137 74
Binary 11111010 111001 1110011 0 1001101 110110 10 101010110 1011111 111100

Color Harmonies of #FA3973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3973

Black with #FA3973

Text Example


Text Example

White with #FA3973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3973; }

 p { color: rgb(250,57,115); }

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

background-color css

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

 a { background-color: rgb(250,57,115); }

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

border-color css

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

 span { border-color: rgb(250,57,115); }

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