Html Css Color HEX #FA2371 Radical Red

📋 copy color: '#FA2371'

red 250 ◦ green 35 ◦ blue 113

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

Shades of Radical Red #FA2371

Tints of Radical Red #FA2371

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.79%

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

R = 62.81%
G = 8.79%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FA2371 (or 0xFA2371) is known color: Radical Red. HEX triplet: FA, 23 and 71. RGB value is (250,35,113). Sum of RGB (Red+Green+Blue) = 250+35+113=398 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.81% from 398); Green value is 35 (14.06% from 255 or 8.79% from 398); Blue value is 113 (44.53% from 255 or 28.39% from 398); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2371 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2371 is #05DC8E. Grayscale: #6C6C6C. Windows color (decimal): -384143 or 7414778. OLE color: 7414778.

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

Color convert

RGB 250 35 113 -
CMYK 0 0.86 0.55 0.02
HSL 338.23º 0.96% 0.56% -
HSV(B) 338.23º 0.86% 0.98% -
XYZ 43.01 22.72 17.74 -
YUV 108.18 130.73 229.16 -
System Red Green Blue C M Y K H S L
Decimal 250 35 113 0 0.86 0.55 0.02 338.23 0.96 0.56
Hex FA 23 71 0 56 37 2 152 60 38
Octal 372 43 161 0 126 67 2 522 140 70
Binary 11111010 100011 1110001 0 1010110 110111 10 101010010 1100000 111000

Color Harmonies of #FA2371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2371

Black with #FA2371

Text Example


Text Example

White with #FA2371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2371; }

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

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

background-color css

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

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

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

border-color css

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

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

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