Html Css Color HEX #FE2874 Radical Red

📋 copy color: '#FE2874'

red 254 ◦ green 40 ◦ blue 116

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

Shades of Radical Red #FE2874

Tints of Radical Red #FE2874

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.76%

 BLUE value IS 116 (45.7% from 255) = 28.29%

R = 61.95%
G = 9.76%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FE2874 (or 0xFE2874) is known color: Radical Red. HEX triplet: FE, 28 and 74. RGB value is (254,40,116). Sum of RGB (Red+Green+Blue) = 254+40+116=410 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.95% from 410); Green value is 40 (16.02% from 255 or 9.76% from 410); Blue value is 116 (45.70% from 255 or 28.29% from 410); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2874 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2874 is #01D78B. Grayscale: #707070. Windows color (decimal): -120716 or 7612670. OLE color: 7612670.

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

Color convert

RGB 254 40 116 -
CMYK 0 0.84 0.54 0.00
HSL 338.69º 0.99% 0.58% -
HSV(B) 338.69º 0.84% 1% -
XYZ 44.78 23.85 18.77 -
YUV 112.65 129.9 228.82 -
System Red Green Blue C M Y K H S L
Decimal 254 40 116 0 0.84 0.54 0.00 338.69 0.99 0.58
Hex FE 28 74 0 54 36 0 153 63 3A
Octal 376 50 164 0 124 66 0 523 143 72
Binary 11111110 101000 1110100 0 1010100 110110 0 101010011 1100011 111010

Color Harmonies of #FE2874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2874

Black with #FE2874

Text Example


Text Example

White with #FE2874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2874; }

 p { color: rgb(254,40,116); }

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

background-color css

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

 a { background-color: rgb(254,40,116); }

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

border-color css

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

 span { border-color: rgb(254,40,116); }

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