Html Css Color HEX #FF2072 Radical Red

📋 copy color: '#FF2072'

red 255 ◦ green 32 ◦ blue 114

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

Shades of Radical Red #FF2072

Tints of Radical Red #FF2072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.43%

R = 63.59%
G = 7.98%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FF2072 (or 0xFF2072) is known color: Radical Red. HEX triplet: FF, 20 and 72. RGB value is (255,32,114). Sum of RGB (Red+Green+Blue) = 255+32+114=401 (53% of max value = 765). Red value is 255 (100% from 255 or 63.59% from 401); Green value is 32 (12.89% from 255 or 7.98% from 401); Blue value is 114 (44.92% from 255 or 28.43% from 401); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2072 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2072 is #00DF8D. Grayscale: #6B6B6B. Windows color (decimal): -57230 or 7479551. OLE color: 7479551.

HSL color Cylindrical-coordinate representation of color #FF2072: hue angle of 337.94º 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 #FF2072 is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.

Color convert

RGB 255 32 114 -
CMYK 0 0.87 0.55 0
HSL 337.94º 1% 0.56% -
HSV(B) 337.94º 0.87% 1% -
XYZ 44.79 23.51 18.1 -
YUV 108.03 131.38 232.83 -
System Red Green Blue C M Y K H S L
Decimal 255 32 114 0 0.87 0.55 0 337.94 1 0.56
Hex FF 20 72 0 57 37 0 152 64 38
Octal 377 40 162 0 127 67 0 522 144 70
Binary 11111111 100000 1110010 0 1010111 110111 0 101010010 1100100 111000

Color Harmonies of #FF2072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2072

Black with #FF2072

Text Example


Text Example

White with #FF2072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2072; }

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

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

background-color css

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

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

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

border-color css

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

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

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