Html Css Color HEX #FE3460 Radical Red

📋 copy color: '#FE3460'

red 254 ◦ green 52 ◦ blue 96

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

Shades of Radical Red #FE3460

Tints of Radical Red #FE3460

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.94%

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

R = 63.18%
G = 12.94%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.62

 K value IS 0.00

RGB Variations

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

Color information

#FE3460 (or 0xFE3460) is known color: Radical Red. HEX triplet: FE, 34 and 60. RGB value is (254,52,96). Sum of RGB (Red+Green+Blue) = 254+52+96=402 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.18% from 402); Green value is 52 (20.70% from 255 or 12.94% from 402); Blue value is 96 (37.89% from 255 or 23.88% from 402); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3460 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3460 is #01CB9F. Grayscale: #757575. Windows color (decimal): -117664 or 6305022. OLE color: 6305022.

HSL color Cylindrical-coordinate representation of color #FE3460: hue angle of 346.93º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE3460 is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 52 96 -
CMYK 0 0.80 0.62 0.00
HSL 346.93º 0.99% 0.6% -
HSV(B) 346.93º 0.8% 1% -
XYZ 44.21 24.37 13.44 -
YUV 117.41 115.92 225.42 -
System Red Green Blue C M Y K H S L
Decimal 254 52 96 0 0.80 0.62 0.00 346.93 0.99 0.6
Hex FE 34 60 0 50 3E 0 15B 63 3C
Octal 376 64 140 0 120 76 0 533 143 74
Binary 11111110 110100 1100000 0 1010000 111110 0 101011011 1100011 111100

Color Harmonies of #FE3460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3460

Black with #FE3460

Text Example


Text Example

White with #FE3460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3460; }

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

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

background-color css

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

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

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

border-color css

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

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

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