Html Css Color HEX #FE2B56 Radical Red

📋 copy color: '#FE2B56'

red 254 ◦ green 43 ◦ blue 86

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

Shades of Radical Red #FE2B56

Tints of Radical Red #FE2B56

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.23%

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

R = 66.32%
G = 11.23%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.66

 K value IS 0.00

RGB Variations

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

Color information

#FE2B56 (or 0xFE2B56) is known color: Radical Red. HEX triplet: FE, 2B and 56. RGB value is (254,43,86). Sum of RGB (Red+Green+Blue) = 254+43+86=383 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.32% from 383); Green value is 43 (17.19% from 255 or 11.23% from 383); Blue value is 86 (33.98% from 255 or 22.45% from 383); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2B56 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2B56 is #01D4A9. Grayscale: #6F6F6F. Windows color (decimal): -119978 or 5647358. OLE color: 5647358.

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

Color convert

RGB 254 43 86 -
CMYK 0 0.83 0.66 0.00
HSL 347.77º 0.99% 0.58% -
HSV(B) 347.77º 0.83% 1% -
XYZ 43.42 23.47 11.05 -
YUV 110.99 113.9 230 -
System Red Green Blue C M Y K H S L
Decimal 254 43 86 0 0.83 0.66 0.00 347.77 0.99 0.58
Hex FE 2B 56 0 53 42 0 15C 63 3A
Octal 376 53 126 0 123 102 0 534 143 72
Binary 11111110 101011 1010110 0 1010011 1000010 0 101011100 1100011 111010

Color Harmonies of #FE2B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2B56

Black with #FE2B56

Text Example


Text Example

White with #FE2B56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2B56; }

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

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

background-color css

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

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

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

border-color css

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

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

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