Html Css Color HEX #FA3471 Radical Red

📋 copy color: '#FA3471'

red 250 ◦ green 52 ◦ blue 113

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

Shades of Radical Red #FA3471

Tints of Radical Red #FA3471

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.53%

 BLUE value IS 113 (44.53% from 255) = 27.23%

R = 60.24%
G = 12.53%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FA3471 (or 0xFA3471) is known color: Radical Red. HEX triplet: FA, 34 and 71. RGB value is (250,52,113). Sum of RGB (Red+Green+Blue) = 250+52+113=415 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.24% from 415); Green value is 52 (20.70% from 255 or 12.53% from 415); Blue value is 113 (44.53% from 255 or 27.23% from 415); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3471 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3471 is #05CB8E. Grayscale: #767676. Windows color (decimal): -379791 or 7419130. OLE color: 7419130.

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

Color convert

RGB 250 52 113 -
CMYK 0 0.79 0.55 0.02
HSL 341.52º 0.95% 0.59% -
HSV(B) 341.52º 0.79% 0.98% -
XYZ 43.63 23.97 17.95 -
YUV 118.16 125.1 222.04 -
System Red Green Blue C M Y K H S L
Decimal 250 52 113 0 0.79 0.55 0.02 341.52 0.95 0.59
Hex FA 34 71 0 4F 37 2 156 5F 3B
Octal 372 64 161 0 117 67 2 526 137 73
Binary 11111010 110100 1110001 0 1001111 110111 10 101010110 1011111 111011

Color Harmonies of #FA3471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3471

Black with #FA3471

Text Example


Text Example

White with #FA3471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3471; }

 p { color: rgb(250,52,113); }

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

background-color css

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

 a { background-color: rgb(250,52,113); }

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

border-color css

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

 span { border-color: rgb(250,52,113); }

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