Html Css Color HEX #FA3173 Radical Red

📋 copy color: '#FA3173'

red 250 ◦ green 49 ◦ blue 115

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

Shades of Radical Red #FA3173

Tints of Radical Red #FA3173

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.84%

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

R = 60.39%
G = 11.84%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FA3173 (or 0xFA3173) is known color: Radical Red. HEX triplet: FA, 31 and 73. RGB value is (250,49,115). Sum of RGB (Red+Green+Blue) = 250+49+115=414 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.39% from 414); Green value is 49 (19.53% from 255 or 11.84% from 414); Blue value is 115 (45.31% from 255 or 27.78% from 414); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3173 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3173 is #05CE8C. Grayscale: #747474. Windows color (decimal): -380557 or 7549434. OLE color: 7549434.

HSL color Cylindrical-coordinate representation of color #FA3173: hue angle of 340.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 #FA3173 is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 49 115 -
CMYK 0 0.80 0.54 0.02
HSL 340.3º 0.95% 0.59% -
HSV(B) 340.3º 0.8% 0.98% -
XYZ 43.62 23.76 18.51 -
YUV 116.62 127.09 223.13 -
System Red Green Blue C M Y K H S L
Decimal 250 49 115 0 0.80 0.54 0.02 340.3 0.95 0.59
Hex FA 31 73 0 50 36 2 154 5F 3B
Octal 372 61 163 0 120 66 2 524 137 73
Binary 11111010 110001 1110011 0 1010000 110110 10 101010100 1011111 111011

Color Harmonies of #FA3173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3173

Black with #FA3173

Text Example


Text Example

White with #FA3173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3173; }

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

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

background-color css

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

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

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

border-color css

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

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

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