Html Css Color HEX #FE3564 Radical Red

📋 copy color: '#FE3564'

red 254 ◦ green 53 ◦ blue 100

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

Shades of Radical Red #FE3564

Tints of Radical Red #FE3564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 24.57%

R = 62.41%
G = 13.02%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.61

 K value IS 0.00

RGB Variations

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

Color information

#FE3564 (or 0xFE3564) is known color: Radical Red. HEX triplet: FE, 35 and 64. RGB value is (254,53,100). Sum of RGB (Red+Green+Blue) = 254+53+100=407 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.41% from 407); Green value is 53 (21.09% from 255 or 13.02% from 407); Blue value is 100 (39.45% from 255 or 24.57% from 407); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3564 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3564 is #01CA9B. Grayscale: #767676. Windows color (decimal): -117404 or 6567422. OLE color: 6567422.

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

Color convert

RGB 254 53 100 -
CMYK 0 0.79 0.61 0.00
HSL 345.97º 0.99% 0.6% -
HSV(B) 345.97º 0.79% 1% -
XYZ 44.45 24.54 14.45 -
YUV 118.46 117.59 224.68 -
System Red Green Blue C M Y K H S L
Decimal 254 53 100 0 0.79 0.61 0.00 345.97 0.99 0.6
Hex FE 35 64 0 4F 3D 0 15A 63 3C
Octal 376 65 144 0 117 75 0 532 143 74
Binary 11111110 110101 1100100 0 1001111 111101 0 101011010 1100011 111100

Color Harmonies of #FE3564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3564

Black with #FE3564

Text Example


Text Example

White with #FE3564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3564; }

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

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

background-color css

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

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

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

border-color css

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

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

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