Html Css Color HEX #FF2071 Radical Red

📋 copy color: '#FF2071'

red 255 ◦ green 32 ◦ blue 113

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

Shades of Radical Red #FF2071

Tints of Radical Red #FF2071

RGB

 RED value IS 255 (100% from 255) = 63.75%

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

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

R = 63.75%
G = 8%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FF2071 (or 0xFF2071) is known color: Radical Red. HEX triplet: FF, 20 and 71. RGB value is (255,32,113). Sum of RGB (Red+Green+Blue) = 255+32+113=400 (52% of max value = 765). Red value is 255 (100% from 255 or 63.75% from 400); Green value is 32 (12.89% from 255 or 8% from 400); Blue value is 113 (44.53% from 255 or 28.25% from 400); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2071 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2071 is #00DF8E. Grayscale: #6B6B6B. Windows color (decimal): -57231 or 7414015. OLE color: 7414015.

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

Color convert

RGB 255 32 113 -
CMYK 0 0.87 0.56 0
HSL 338.21º 1% 0.56% -
HSV(B) 338.21º 0.87% 1% -
XYZ 44.74 23.49 17.8 -
YUV 107.91 130.88 232.91 -
System Red Green Blue C M Y K H S L
Decimal 255 32 113 0 0.87 0.56 0 338.21 1 0.56
Hex FF 20 71 0 57 38 0 152 64 38
Octal 377 40 161 0 127 70 0 522 144 70
Binary 11111111 100000 1110001 0 1010111 111000 0 101010010 1100100 111000

Color Harmonies of #FF2071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2071

Black with #FF2071

Text Example


Text Example

White with #FF2071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2071; }

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

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

background-color css

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

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

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

border-color css

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

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

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