Html Css Color HEX #FE2764 Radical Red

📋 copy color: '#FE2764'

red 254 ◦ green 39 ◦ blue 100

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

Shades of Radical Red #FE2764

Tints of Radical Red #FE2764

RGB

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

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

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

R = 64.63%
G = 9.92%
B = 25.45%

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

#FE2764 (or 0xFE2764) is known color: Radical Red. HEX triplet: FE, 27 and 64. RGB value is (254,39,100). Sum of RGB (Red+Green+Blue) = 254+39+100=393 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.63% from 393); Green value is 39 (15.62% from 255 or 9.92% from 393); Blue value is 100 (39.45% from 255 or 25.45% from 393); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2764 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2764 is #01D89B. Grayscale: #6E6E6E. Windows color (decimal): -120988 or 6563838. OLE color: 6563838.

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

Color convert

RGB 254 39 100 -
CMYK 0 0.85 0.61 0.00
HSL 342.98º 0.99% 0.57% -
HSV(B) 342.98º 0.85% 1% -
XYZ 43.9 23.44 14.27 -
YUV 110.24 122.23 230.54 -
System Red Green Blue C M Y K H S L
Decimal 254 39 100 0 0.85 0.61 0.00 342.98 0.99 0.57
Hex FE 27 64 0 55 3D 0 157 63 39
Octal 376 47 144 0 125 75 0 527 143 71
Binary 11111110 100111 1100100 0 1010101 111101 0 101010111 1100011 111001

Color Harmonies of #FE2764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2764

Black with #FE2764

Text Example


Text Example

White with #FE2764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2764; }

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

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

background-color css

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

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

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

border-color css

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

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

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