Html Css Color HEX #FE1F55 Radical Red

📋 copy color: '#FE1F55'

red 254 ◦ green 31 ◦ blue 85

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

Shades of Radical Red #FE1F55

Tints of Radical Red #FE1F55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 22.97%

R = 68.65%
G = 8.38%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#FE1F55 (or 0xFE1F55) is known color: Radical Red. HEX triplet: FE, 1F and 55. RGB value is (254,31,85). Sum of RGB (Red+Green+Blue) = 254+31+85=370 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.65% from 370); Green value is 31 (12.5% from 255 or 8.38% from 370); Blue value is 85 (33.59% from 255 or 22.97% from 370); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1F55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE1F55 is #01E0AA. Grayscale: #676767. Windows color (decimal): -123051 or 5578750. OLE color: 5578750.

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

Color convert

RGB 254 31 85 -
CMYK 0 0.88 0.67 0.00
HSL 345.47º 0.99% 0.56% -
HSV(B) 345.47º 0.88% 1% -
XYZ 43 22.71 10.71 -
YUV 103.83 117.38 235.11 -
System Red Green Blue C M Y K H S L
Decimal 254 31 85 0 0.88 0.67 0.00 345.47 0.99 0.56
Hex FE 1F 55 0 58 43 0 159 63 38
Octal 376 37 125 0 130 103 0 531 143 70
Binary 11111110 11111 1010101 0 1011000 1000011 0 101011001 1100011 111000

Color Harmonies of #FE1F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1F55

Black with #FE1F55

Text Example


Text Example

White with #FE1F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1F55; }

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

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

background-color css

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

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

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

border-color css

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

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

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