Html Css Color HEX #FE2672 Radical Red

📋 copy color: '#FE2672'

red 254 ◦ green 38 ◦ blue 114

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

Shades of Radical Red #FE2672

Tints of Radical Red #FE2672

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.36%

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

R = 62.56%
G = 9.36%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.55

 K value IS 0.00

RGB Variations

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

Color information

#FE2672 (or 0xFE2672) is known color: Radical Red. HEX triplet: FE, 26 and 72. RGB value is (254,38,114). Sum of RGB (Red+Green+Blue) = 254+38+114=406 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.56% from 406); Green value is 38 (15.23% from 255 or 9.36% from 406); Blue value is 114 (44.92% from 255 or 28.08% from 406); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2672 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2672 is #01D98D. Grayscale: #6F6F6F. Windows color (decimal): -121230 or 7481086. OLE color: 7481086.

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

Color convert

RGB 254 38 114 -
CMYK 0 0.85 0.55 0.00
HSL 338.89º 0.99% 0.57% -
HSV(B) 338.89º 0.85% 1% -
XYZ 44.6 23.67 18.14 -
YUV 111.25 129.56 229.82 -
System Red Green Blue C M Y K H S L
Decimal 254 38 114 0 0.85 0.55 0.00 338.89 0.99 0.57
Hex FE 26 72 0 55 37 0 153 63 39
Octal 376 46 162 0 125 67 0 523 143 71
Binary 11111110 100110 1110010 0 1010101 110111 0 101010011 1100011 111001

Color Harmonies of #FE2672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2672

Black with #FE2672

Text Example


Text Example

White with #FE2672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2672; }

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

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

background-color css

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

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

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

border-color css

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

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

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