Html Css Color HEX #FE2172 Radical Red

📋 copy color: '#FE2172'

red 254 ◦ green 33 ◦ blue 114

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

Shades of Radical Red #FE2172

Tints of Radical Red #FE2172

RGB

 RED value IS 254 (99.61% from 255) = 63.34%

 GREEN value IS 33 (13.28% from 255) = 8.23%

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

R = 63.34%
G = 8.23%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.55

 K value IS 0.00

RGB Variations

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

Color information

#FE2172 (or 0xFE2172) is known color: Radical Red. HEX triplet: FE, 21 and 72. RGB value is (254,33,114). Sum of RGB (Red+Green+Blue) = 254+33+114=401 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.34% from 401); Green value is 33 (13.28% from 255 or 8.23% from 401); Blue value is 114 (44.92% from 255 or 28.43% from 401); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2172 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2172 is #01DE8D. Grayscale: #6C6C6C. Windows color (decimal): -122510 or 7479806. OLE color: 7479806.

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

Color convert

RGB 254 33 114 -
CMYK 0 0.87 0.55 0.00
HSL 338.01º 0.99% 0.56% -
HSV(B) 338.01º 0.87% 1% -
XYZ 44.45 23.37 18.09 -
YUV 108.31 131.22 231.91 -
System Red Green Blue C M Y K H S L
Decimal 254 33 114 0 0.87 0.55 0.00 338.01 0.99 0.56
Hex FE 21 72 0 57 37 0 152 63 38
Octal 376 41 162 0 127 67 0 522 143 70
Binary 11111110 100001 1110010 0 1010111 110111 0 101010010 1100011 111000

Color Harmonies of #FE2172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2172

Black with #FE2172

Text Example


Text Example

White with #FE2172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2172; }

 p { color: rgb(254,33,114); }

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

background-color css

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

 a { background-color: rgb(254,33,114); }

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

border-color css

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

 span { border-color: rgb(254,33,114); }

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