Html Css Color HEX #FE2660 Radical Red

📋 copy color: '#FE2660'

red 254 ◦ green 38 ◦ blue 96

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

Shades of Radical Red #FE2660

Tints of Radical Red #FE2660

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.79%

 BLUE value IS 96 (37.89% from 255) = 24.74%

R = 65.46%
G = 9.79%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.00

RGB Variations

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

Color information

#FE2660 (or 0xFE2660) is known color: Radical Red. HEX triplet: FE, 26 and 60. RGB value is (254,38,96). Sum of RGB (Red+Green+Blue) = 254+38+96=388 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.46% from 388); Green value is 38 (15.23% from 255 or 9.79% from 388); Blue value is 96 (37.89% from 255 or 24.74% from 388); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2660 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2660 is #01D99F. Grayscale: #6D6D6D. Windows color (decimal): -121248 or 6301438. OLE color: 6301438.

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

Color convert

RGB 254 38 96 -
CMYK 0 0.85 0.62 0.00
HSL 343.89º 0.99% 0.57% -
HSV(B) 343.89º 0.85% 1% -
XYZ 43.68 23.3 13.26 -
YUV 109.2 120.56 231.28 -
System Red Green Blue C M Y K H S L
Decimal 254 38 96 0 0.85 0.62 0.00 343.89 0.99 0.57
Hex FE 26 60 0 55 3E 0 158 63 39
Octal 376 46 140 0 125 76 0 530 143 71
Binary 11111110 100110 1100000 0 1010101 111110 0 101011000 1100011 111001

Color Harmonies of #FE2660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2660

Black with #FE2660

Text Example


Text Example

White with #FE2660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2660; }

 p { color: rgb(254,38,96); }

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

background-color css

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

 a { background-color: rgb(254,38,96); }

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

border-color css

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

 span { border-color: rgb(254,38,96); }

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