Html Css Color HEX #FE1F5D Radical Red

📋 copy color: '#FE1F5D'

red 254 ◦ green 31 ◦ blue 93

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

Shades of Radical Red #FE1F5D

Tints of Radical Red #FE1F5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.6%

R = 67.2%
G = 8.2%
B = 24.6%

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

#FE1F5D (or 0xFE1F5D) is known color: Radical Red. HEX triplet: FE, 1F and 5D. RGB value is (254,31,93). Sum of RGB (Red+Green+Blue) = 254+31+93=378 (50% of max value = 765). Red value is 254 (99.61% from 255 or 67.20% from 378); Green value is 31 (12.5% from 255 or 8.20% from 378); Blue value is 93 (36.72% from 255 or 24.60% from 378); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1F5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE1F5D is #01E0A2. Grayscale: #686868. Windows color (decimal): -123043 or 6103038. OLE color: 6103038.

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

Color convert

RGB 254 31 93 -
CMYK 0 0.88 0.63 0.00
HSL 343.32º 0.99% 0.56% -
HSV(B) 343.32º 0.88% 1% -
XYZ 43.34 22.84 12.48 -
YUV 104.75 121.38 234.46 -
System Red Green Blue C M Y K H S L
Decimal 254 31 93 0 0.88 0.63 0.00 343.32 0.99 0.56
Hex FE 1F 5D 0 58 3F 0 157 63 38
Octal 376 37 135 0 130 77 0 527 143 70
Binary 11111110 11111 1011101 0 1011000 111111 0 101010111 1100011 111000

Color Harmonies of #FE1F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1F5D

Black with #FE1F5D

Text Example


Text Example

White with #FE1F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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