Html Css Color HEX #FE2E46 Radical Red

📋 copy color: '#FE2E46'

red 254 ◦ green 46 ◦ blue 70

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

Shades of Radical Red #FE2E46

Tints of Radical Red #FE2E46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.92%

R = 68.65%
G = 12.43%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#FE2E46 (or 0xFE2E46) is known color: Radical Red. HEX triplet: FE, 2E and 46. RGB value is (254,46,70). Sum of RGB (Red+Green+Blue) = 254+46+70=370 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.65% from 370); Green value is 46 (18.36% from 255 or 12.43% from 370); Blue value is 70 (27.73% from 255 or 18.92% from 370); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2E46 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2E46 is #01D1B9. Grayscale: #6F6F6F. Windows color (decimal): -119226 or 4599550. OLE color: 4599550.

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

Color convert

RGB 254 46 70 -
CMYK 0 0.82 0.72 0.00
HSL 353.08º 0.99% 0.59% -
HSV(B) 353.08º 0.82% 1% -
XYZ 42.96 23.47 8.06 -
YUV 110.93 104.91 230.05 -
System Red Green Blue C M Y K H S L
Decimal 254 46 70 0 0.82 0.72 0.00 353.08 0.99 0.59
Hex FE 2E 46 0 52 48 0 161 63 3B
Octal 376 56 106 0 122 110 0 541 143 73
Binary 11111110 101110 1000110 0 1010010 1001000 0 101100001 1100011 111011

Color Harmonies of #FE2E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2E46

Black with #FE2E46

Text Example


Text Example

White with #FE2E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2E46; }

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

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

background-color css

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

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

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

border-color css

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

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

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