Html Css Color HEX #FE2760 Radical Red

📋 copy color: '#FE2760'

red 254 ◦ green 39 ◦ blue 96

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

Shades of Radical Red #FE2760

Tints of Radical Red #FE2760

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.03%

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

R = 65.3%
G = 10.03%
B = 24.68%

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

#FE2760 (or 0xFE2760) is known color: Radical Red. HEX triplet: FE, 27 and 60. RGB value is (254,39,96). Sum of RGB (Red+Green+Blue) = 254+39+96=389 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.30% from 389); Green value is 39 (15.62% from 255 or 10.03% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2760 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2760 is #01D89F. Grayscale: #6D6D6D. Windows color (decimal): -120992 or 6301694. OLE color: 6301694.

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

Color convert

RGB 254 39 96 -
CMYK 0 0.85 0.62 0.00
HSL 344.09º 0.99% 0.57% -
HSV(B) 344.09º 0.85% 1% -
XYZ 43.71 23.37 13.27 -
YUV 109.78 120.23 230.87 -
System Red Green Blue C M Y K H S L
Decimal 254 39 96 0 0.85 0.62 0.00 344.09 0.99 0.57
Hex FE 27 60 0 55 3E 0 158 63 39
Octal 376 47 140 0 125 76 0 530 143 71
Binary 11111110 100111 1100000 0 1010101 111110 0 101011000 1100011 111001

Color Harmonies of #FE2760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2760

Black with #FE2760

Text Example


Text Example

White with #FE2760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2760; }

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

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

background-color css

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

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

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

border-color css

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

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

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