Html Css Color HEX #FA2071 Radical Red

📋 copy color: '#FA2071'

red 250 ◦ green 32 ◦ blue 113

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

Shades of Radical Red #FA2071

Tints of Radical Red #FA2071

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.1%

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

R = 63.29%
G = 8.1%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FA2071 (or 0xFA2071) is known color: Radical Red. HEX triplet: FA, 20 and 71. RGB value is (250,32,113). Sum of RGB (Red+Green+Blue) = 250+32+113=395 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.29% from 395); Green value is 32 (12.89% from 255 or 8.10% from 395); Blue value is 113 (44.53% from 255 or 28.61% from 395); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2071 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2071 is #05DF8E. Grayscale: #6A6A6A. Windows color (decimal): -384911 or 7414010. OLE color: 7414010.

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

Color convert

RGB 250 32 113 -
CMYK 0 0.87 0.55 0.02
HSL 337.71º 0.96% 0.55% -
HSV(B) 337.71º 0.87% 0.98% -
XYZ 42.92 22.55 17.71 -
YUV 106.42 131.72 230.41 -
System Red Green Blue C M Y K H S L
Decimal 250 32 113 0 0.87 0.55 0.02 337.71 0.96 0.55
Hex FA 20 71 0 57 37 2 152 60 37
Octal 372 40 161 0 127 67 2 522 140 67
Binary 11111010 100000 1110001 0 1010111 110111 10 101010010 1100000 110111

Color Harmonies of #FA2071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2071

Black with #FA2071

Text Example


Text Example

White with #FA2071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2071; }

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

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

background-color css

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

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

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

border-color css

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

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

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