Html Css Color HEX #FE1F51 Radical Red

📋 copy color: '#FE1F51'

red 254 ◦ green 31 ◦ blue 81

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

Shades of Radical Red #FE1F51

Tints of Radical Red #FE1F51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 22.13%

R = 69.4%
G = 8.47%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.00

RGB Variations

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

Color information

#FE1F51 (or 0xFE1F51) is known color: Radical Red. HEX triplet: FE, 1F and 51. RGB value is (254,31,81). Sum of RGB (Red+Green+Blue) = 254+31+81=366 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.40% from 366); Green value is 31 (12.5% from 255 or 8.47% from 366); Blue value is 81 (32.03% from 255 or 22.13% from 366); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1F51 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE1F51 is #01E0AE. Grayscale: #676767. Windows color (decimal): -123055 or 5316606. OLE color: 5316606.

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

Color convert

RGB 254 31 81 -
CMYK 0 0.88 0.68 0.00
HSL 346.55º 0.99% 0.56% -
HSV(B) 346.55º 0.88% 1% -
XYZ 42.85 22.64 9.9 -
YUV 103.38 115.38 235.43 -
System Red Green Blue C M Y K H S L
Decimal 254 31 81 0 0.88 0.68 0.00 346.55 0.99 0.56
Hex FE 1F 51 0 58 44 0 15B 63 38
Octal 376 37 121 0 130 104 0 533 143 70
Binary 11111110 11111 1010001 0 1011000 1000100 0 101011011 1100011 111000

Color Harmonies of #FE1F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1F51

Black with #FE1F51

Text Example


Text Example

White with #FE1F51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1F51; }

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

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

background-color css

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

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

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

border-color css

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

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

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