Html Css Color HEX #FE2555 Radical Red

📋 copy color: '#FE2555'

red 254 ◦ green 37 ◦ blue 85

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

Shades of Radical Red #FE2555

Tints of Radical Red #FE2555

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.84%

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

R = 67.55%
G = 9.84%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#FE2555 (or 0xFE2555) is known color: Radical Red. HEX triplet: FE, 25 and 55. RGB value is (254,37,85). Sum of RGB (Red+Green+Blue) = 254+37+85=376 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.55% from 376); Green value is 37 (14.84% from 255 or 9.84% from 376); Blue value is 85 (33.59% from 255 or 22.61% from 376); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2555 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2555 is #01DAAA. Grayscale: #6B6B6B. Windows color (decimal): -121515 or 5580286. OLE color: 5580286.

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

Color convert

RGB 254 37 85 -
CMYK 0 0.85 0.67 0.00
HSL 346.73º 0.99% 0.57% -
HSV(B) 346.73º 0.85% 1% -
XYZ 43.17 23.05 10.77 -
YUV 107.36 115.39 232.6 -
System Red Green Blue C M Y K H S L
Decimal 254 37 85 0 0.85 0.67 0.00 346.73 0.99 0.57
Hex FE 25 55 0 55 43 0 15B 63 39
Octal 376 45 125 0 125 103 0 533 143 71
Binary 11111110 100101 1010101 0 1010101 1000011 0 101011011 1100011 111001

Color Harmonies of #FE2555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2555

Black with #FE2555

Text Example


Text Example

White with #FE2555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2555; }

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

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

background-color css

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

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

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

border-color css

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

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

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