Html Css Color HEX #FE3560 Radical Red

📋 copy color: '#FE3560'

red 254 ◦ green 53 ◦ blue 96

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

Shades of Radical Red #FE3560

Tints of Radical Red #FE3560

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.15%

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

R = 63.03%
G = 13.15%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.62

 K value IS 0.00

RGB Variations

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

Color information

#FE3560 (or 0xFE3560) is known color: Radical Red. HEX triplet: FE, 35 and 60. RGB value is (254,53,96). Sum of RGB (Red+Green+Blue) = 254+53+96=403 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.03% from 403); Green value is 53 (21.09% from 255 or 13.15% from 403); Blue value is 96 (37.89% from 255 or 23.82% from 403); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3560 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3560 is #01CA9F. Grayscale: #767676. Windows color (decimal): -117408 or 6305278. OLE color: 6305278.

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

Color convert

RGB 254 53 96 -
CMYK 0 0.79 0.62 0.00
HSL 347.16º 0.99% 0.6% -
HSV(B) 347.16º 0.79% 1% -
XYZ 44.26 24.46 13.46 -
YUV 118 115.59 225 -
System Red Green Blue C M Y K H S L
Decimal 254 53 96 0 0.79 0.62 0.00 347.16 0.99 0.6
Hex FE 35 60 0 4F 3E 0 15B 63 3C
Octal 376 65 140 0 117 76 0 533 143 74
Binary 11111110 110101 1100000 0 1001111 111110 0 101011011 1100011 111100

Color Harmonies of #FE3560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3560

Black with #FE3560

Text Example


Text Example

White with #FE3560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3560; }

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

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

background-color css

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

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

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

border-color css

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

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

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