Html Css Color HEX #FE2258 Radical Red

📋 copy color: '#FE2258'

red 254 ◦ green 34 ◦ blue 88

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

Shades of Radical Red #FE2258

Tints of Radical Red #FE2258

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.04%

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

R = 67.55%
G = 9.04%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FE2258 (or 0xFE2258) is known color: Radical Red. HEX triplet: FE, 22 and 58. RGB value is (254,34,88). Sum of RGB (Red+Green+Blue) = 254+34+88=376 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.55% from 376); Green value is 34 (13.67% from 255 or 9.04% from 376); Blue value is 88 (34.77% from 255 or 23.40% from 376); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2258 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2258 is #01DDA7. Grayscale: #696969. Windows color (decimal): -122280 or 5776126. OLE color: 5776126.

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

Color convert

RGB 254 34 88 -
CMYK 0 0.87 0.65 0.00
HSL 345.27º 0.99% 0.56% -
HSV(B) 345.27º 0.87% 1% -
XYZ 43.21 22.92 11.38 -
YUV 105.94 117.89 233.61 -
System Red Green Blue C M Y K H S L
Decimal 254 34 88 0 0.87 0.65 0.00 345.27 0.99 0.56
Hex FE 22 58 0 57 41 0 159 63 38
Octal 376 42 130 0 127 101 0 531 143 70
Binary 11111110 100010 1011000 0 1010111 1000001 0 101011001 1100011 111000

Color Harmonies of #FE2258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2258

Black with #FE2258

Text Example


Text Example

White with #FE2258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2258; }

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

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

background-color css

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

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

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

border-color css

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

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

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