Html Css Color HEX #FE1A5E Radical Red

📋 copy color: '#FE1A5E'

red 254 ◦ green 26 ◦ blue 94

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

Shades of Radical Red #FE1A5E

Tints of Radical Red #FE1A5E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.95%

 BLUE value IS 94 (37.11% from 255) = 25.13%

R = 67.91%
G = 6.95%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FE1A5E (or 0xFE1A5E) is known color: Radical Red. HEX triplet: FE, 1A and 5E. RGB value is (254,26,94). Sum of RGB (Red+Green+Blue) = 254+26+94=374 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.91% from 374); Green value is 26 (10.55% from 255 or 6.95% from 374); Blue value is 94 (37.11% from 255 or 25.13% from 374); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1A5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE1A5E is #01E5A1. Grayscale: #656565. Windows color (decimal): -124322 or 6167294. OLE color: 6167294.

HSL color Cylindrical-coordinate representation of color #FE1A5E: hue angle of 342.11º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE1A5E is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 26 94 -
CMYK 0 0.90 0.63 0.00
HSL 342.11º 0.99% 0.55% -
HSV(B) 342.11º 0.9% 1% -
XYZ 43.26 22.62 12.68 -
YUV 101.92 123.54 236.47 -
System Red Green Blue C M Y K H S L
Decimal 254 26 94 0 0.90 0.63 0.00 342.11 0.99 0.55
Hex FE 1A 5E 0 5A 3F 0 156 63 37
Octal 376 32 136 0 132 77 0 526 143 67
Binary 11111110 11010 1011110 0 1011010 111111 0 101010110 1100011 110111

Color Harmonies of #FE1A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1A5E

Black with #FE1A5E

Text Example


Text Example

White with #FE1A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1A5E; }

 p { color: rgb(254,26,94); }

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

background-color css

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

 a { background-color: rgb(254,26,94); }

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

border-color css

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

 span { border-color: rgb(254,26,94); }

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