Html Css Color HEX #FE2E77 Radical Red

📋 copy color: '#FE2E77'

red 254 ◦ green 46 ◦ blue 119

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

Shades of Radical Red #FE2E77

Tints of Radical Red #FE2E77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 28.4%

R = 60.62%
G = 10.98%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.53

 K value IS 0.00

RGB Variations

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

Color information

#FE2E77 (or 0xFE2E77) is known color: Radical Red. HEX triplet: FE, 2E and 77. RGB value is (254,46,119). Sum of RGB (Red+Green+Blue) = 254+46+119=419 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.62% from 419); Green value is 46 (18.36% from 255 or 10.98% from 419); Blue value is 119 (46.88% from 255 or 28.40% from 419); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2E77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2E77 is #01D188. Grayscale: #747474. Windows color (decimal): -119177 or 7810814. OLE color: 7810814.

HSL color Cylindrical-coordinate representation of color #FE2E77: hue angle of 338.94º 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 #FE2E77 is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 46 119 -
CMYK 0 0.82 0.53 0.00
HSL 338.94º 0.99% 0.59% -
HSV(B) 338.94º 0.82% 1% -
XYZ 45.18 24.36 19.77 -
YUV 116.51 129.41 226.06 -
System Red Green Blue C M Y K H S L
Decimal 254 46 119 0 0.82 0.53 0.00 338.94 0.99 0.59
Hex FE 2E 77 0 52 35 0 153 63 3B
Octal 376 56 167 0 122 65 0 523 143 73
Binary 11111110 101110 1110111 0 1010010 110101 0 101010011 1100011 111011

Color Harmonies of #FE2E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2E77

Black with #FE2E77

Text Example


Text Example

White with #FE2E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2E77; }

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

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

background-color css

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

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

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

border-color css

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

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

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