Html Css Color HEX #FE2958 Radical Red

📋 copy color: '#FE2958'

red 254 ◦ green 41 ◦ blue 88

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

Shades of Radical Red #FE2958

Tints of Radical Red #FE2958

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.7%

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

R = 66.32%
G = 10.7%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FE2958 (or 0xFE2958) is known color: Radical Red. HEX triplet: FE, 29 and 58. RGB value is (254,41,88). Sum of RGB (Red+Green+Blue) = 254+41+88=383 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.32% from 383); Green value is 41 (16.41% from 255 or 10.70% from 383); Blue value is 88 (34.77% from 255 or 22.98% from 383); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2958 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2958 is #01D6A7. Grayscale: #6E6E6E. Windows color (decimal): -120488 or 5777918. OLE color: 5777918.

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

Color convert

RGB 254 41 88 -
CMYK 0 0.84 0.65 0.00
HSL 346.76º 0.99% 0.58% -
HSV(B) 346.76º 0.84% 1% -
XYZ 43.43 23.36 11.45 -
YUV 110.05 115.57 230.68 -
System Red Green Blue C M Y K H S L
Decimal 254 41 88 0 0.84 0.65 0.00 346.76 0.99 0.58
Hex FE 29 58 0 54 41 0 15B 63 3A
Octal 376 51 130 0 124 101 0 533 143 72
Binary 11111110 101001 1011000 0 1010100 1000001 0 101011011 1100011 111010

Color Harmonies of #FE2958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2958

Black with #FE2958

Text Example


Text Example

White with #FE2958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2958; }

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

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

background-color css

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

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

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

border-color css

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

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

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