Html Css Color HEX #FE1F5E Radical Red

📋 copy color: '#FE1F5E'

red 254 ◦ green 31 ◦ blue 94

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

Shades of Radical Red #FE1F5E

Tints of Radical Red #FE1F5E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.18%

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

R = 67.02%
G = 8.18%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FE1F5E (or 0xFE1F5E) is known color: Radical Red. HEX triplet: FE, 1F and 5E. RGB value is (254,31,94). Sum of RGB (Red+Green+Blue) = 254+31+94=379 (50% of max value = 765). Red value is 254 (99.61% from 255 or 67.02% from 379); Green value is 31 (12.5% from 255 or 8.18% from 379); Blue value is 94 (37.11% from 255 or 24.80% from 379); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1F5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE1F5E is #01E0A1. Grayscale: #686868. Windows color (decimal): -123042 or 6168574. OLE color: 6168574.

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

Color convert

RGB 254 31 94 -
CMYK 0 0.88 0.63 0.00
HSL 343.05º 0.99% 0.56% -
HSV(B) 343.05º 0.88% 1% -
XYZ 43.38 22.86 12.72 -
YUV 104.86 121.88 234.38 -
System Red Green Blue C M Y K H S L
Decimal 254 31 94 0 0.88 0.63 0.00 343.05 0.99 0.56
Hex FE 1F 5E 0 58 3F 0 157 63 38
Octal 376 37 136 0 130 77 0 527 143 70
Binary 11111110 11111 1011110 0 1011000 111111 0 101010111 1100011 111000

Color Harmonies of #FE1F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1F5E

Black with #FE1F5E

Text Example


Text Example

White with #FE1F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1F5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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