Html Css Color HEX #FE2E73 Radical Red

📋 copy color: '#FE2E73'

red 254 ◦ green 46 ◦ blue 115

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

Shades of Radical Red #FE2E73

Tints of Radical Red #FE2E73

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.08%

 BLUE value IS 115 (45.31% from 255) = 27.71%

R = 61.2%
G = 11.08%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.55

 K value IS 0.00

RGB Variations

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

Color information

#FE2E73 (or 0xFE2E73) is known color: Radical Red. HEX triplet: FE, 2E and 73. RGB value is (254,46,115). Sum of RGB (Red+Green+Blue) = 254+46+115=415 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.20% from 415); Green value is 46 (18.36% from 255 or 11.08% from 415); Blue value is 115 (45.31% from 255 or 27.71% from 415); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2E73 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2E73 is #01D18C. Grayscale: #737373. Windows color (decimal): -119181 or 7548670. OLE color: 7548670.

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

Color convert

RGB 254 46 115 -
CMYK 0 0.82 0.55 0.00
HSL 340.1º 0.99% 0.59% -
HSV(B) 340.1º 0.82% 1% -
XYZ 44.94 24.26 18.53 -
YUV 116.06 127.41 226.39 -
System Red Green Blue C M Y K H S L
Decimal 254 46 115 0 0.82 0.55 0.00 340.1 0.99 0.59
Hex FE 2E 73 0 52 37 0 154 63 3B
Octal 376 56 163 0 122 67 0 524 143 73
Binary 11111110 101110 1110011 0 1010010 110111 0 101010100 1100011 111011

Color Harmonies of #FE2E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2E73

Black with #FE2E73

Text Example


Text Example

White with #FE2E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2E73; }

 p { color: rgb(254,46,115); }

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

background-color css

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

 a { background-color: rgb(254,46,115); }

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

border-color css

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

 span { border-color: rgb(254,46,115); }

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