Html Css Color HEX #FE5056 Radical Red

📋 copy color: '#FE5056'

red 254 ◦ green 80 ◦ blue 86

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

Shades of Radical Red #FE5056

Tints of Radical Red #FE5056

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.05%

 BLUE value IS 86 (33.98% from 255) = 20.48%

R = 60.48%
G = 19.05%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.66

 K value IS 0.00

RGB Variations

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

Color information

#FE5056 (or 0xFE5056) is known color: Radical Red. HEX triplet: FE, 50 and 56. RGB value is (254,80,86). Sum of RGB (Red+Green+Blue) = 254+80+86=420 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.48% from 420); Green value is 80 (31.64% from 255 or 19.05% from 420); Blue value is 86 (33.98% from 255 or 20.48% from 420); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5056 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5056 is #01AFA9. Grayscale: #848484. Windows color (decimal): -110506 or 5656830. OLE color: 5656830.

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

Color convert

RGB 254 80 86 -
CMYK 0 0.69 0.66 0.00
HSL 357.93º 0.99% 0.65% -
HSV(B) 357.93º 0.69% 1% -
XYZ 45.42 27.48 11.71 -
YUV 132.71 101.65 214.51 -
System Red Green Blue C M Y K H S L
Decimal 254 80 86 0 0.69 0.66 0.00 357.93 0.99 0.65
Hex FE 50 56 0 45 42 0 166 63 41
Octal 376 120 126 0 105 102 0 546 143 101
Binary 11111110 1010000 1010110 0 1000101 1000010 0 101100110 1100011 1000001

Color Harmonies of #FE5056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5056

Black with #FE5056

Text Example


Text Example

White with #FE5056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5056; }

 p { color: rgb(254,80,86); }

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

background-color css

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

 a { background-color: rgb(254,80,86); }

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

border-color css

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

 span { border-color: rgb(254,80,86); }

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