Html Css Color HEX #FE2564 Radical Red

📋 copy color: '#FE2564'

red 254 ◦ green 37 ◦ blue 100

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

Shades of Radical Red #FE2564

Tints of Radical Red #FE2564

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.46%

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

R = 64.96%
G = 9.46%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.61

 K value IS 0.00

RGB Variations

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

Color information

#FE2564 (or 0xFE2564) is known color: Radical Red. HEX triplet: FE, 25 and 64. RGB value is (254,37,100). Sum of RGB (Red+Green+Blue) = 254+37+100=391 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.96% from 391); Green value is 37 (14.84% from 255 or 9.46% from 391); Blue value is 100 (39.45% from 255 or 25.58% from 391); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2564 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2564 is #01DA9B. Grayscale: #6D6D6D. Windows color (decimal): -121500 or 6563326. OLE color: 6563326.

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

Color convert

RGB 254 37 100 -
CMYK 0 0.85 0.61 0.00
HSL 342.58º 0.99% 0.57% -
HSV(B) 342.58º 0.85% 1% -
XYZ 43.83 23.31 14.25 -
YUV 109.07 122.89 231.38 -
System Red Green Blue C M Y K H S L
Decimal 254 37 100 0 0.85 0.61 0.00 342.58 0.99 0.57
Hex FE 25 64 0 55 3D 0 157 63 39
Octal 376 45 144 0 125 75 0 527 143 71
Binary 11111110 100101 1100100 0 1010101 111101 0 101010111 1100011 111001

Color Harmonies of #FE2564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2564

Black with #FE2564

Text Example


Text Example

White with #FE2564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2564; }

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

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

background-color css

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

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

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

border-color css

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

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

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