Html Css Color HEX #FA2871 Radical Red

📋 copy color: '#FA2871'

red 250 ◦ green 40 ◦ blue 113

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

Shades of Radical Red #FA2871

Tints of Radical Red #FA2871

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.93%

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

R = 62.03%
G = 9.93%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FA2871 (or 0xFA2871) is known color: Radical Red. HEX triplet: FA, 28 and 71. RGB value is (250,40,113). Sum of RGB (Red+Green+Blue) = 250+40+113=403 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.03% from 403); Green value is 40 (16.02% from 255 or 9.93% from 403); Blue value is 113 (44.53% from 255 or 28.04% from 403); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2871 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2871 is #05D78E. Grayscale: #6F6F6F. Windows color (decimal): -382863 or 7416058. OLE color: 7416058.

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

Color convert

RGB 250 40 113 -
CMYK 0 0.84 0.55 0.02
HSL 339.14º 0.95% 0.57% -
HSV(B) 339.14º 0.84% 0.98% -
XYZ 43.16 23.03 17.79 -
YUV 111.11 129.07 227.06 -
System Red Green Blue C M Y K H S L
Decimal 250 40 113 0 0.84 0.55 0.02 339.14 0.95 0.57
Hex FA 28 71 0 54 37 2 153 5F 39
Octal 372 50 161 0 124 67 2 523 137 71
Binary 11111010 101000 1110001 0 1010100 110111 10 101010011 1011111 111001

Color Harmonies of #FA2871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2871

Black with #FA2871

Text Example


Text Example

White with #FA2871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2871; }

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

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

background-color css

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

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

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

border-color css

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

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

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