Html Css Color HEX #FE2A58 Radical Red

📋 copy color: '#FE2A58'

red 254 ◦ green 42 ◦ blue 88

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

Shades of Radical Red #FE2A58

Tints of Radical Red #FE2A58

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.94%

 BLUE value IS 88 (34.77% from 255) = 22.92%

R = 66.15%
G = 10.94%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FE2A58 (or 0xFE2A58) is known color: Radical Red. HEX triplet: FE, 2A and 58. RGB value is (254,42,88). Sum of RGB (Red+Green+Blue) = 254+42+88=384 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.15% from 384); Green value is 42 (16.80% from 255 or 10.94% from 384); Blue value is 88 (34.77% from 255 or 22.92% from 384); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2A58 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2A58 is #01D5A7. Grayscale: #6E6E6E. Windows color (decimal): -120232 or 5778174. OLE color: 5778174.

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

Color convert

RGB 254 42 88 -
CMYK 0 0.83 0.65 0.00
HSL 346.98º 0.99% 0.58% -
HSV(B) 346.98º 0.83% 1% -
XYZ 43.46 23.43 11.46 -
YUV 110.63 115.24 230.26 -
System Red Green Blue C M Y K H S L
Decimal 254 42 88 0 0.83 0.65 0.00 346.98 0.99 0.58
Hex FE 2A 58 0 53 41 0 15B 63 3A
Octal 376 52 130 0 123 101 0 533 143 72
Binary 11111110 101010 1011000 0 1010011 1000001 0 101011011 1100011 111010

Color Harmonies of #FE2A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2A58

Black with #FE2A58

Text Example


Text Example

White with #FE2A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2A58; }

 p { color: rgb(254,42,88); }

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

background-color css

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

 a { background-color: rgb(254,42,88); }

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

border-color css

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

 span { border-color: rgb(254,42,88); }

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