Html Css Color HEX #FE326E Radical Red

📋 copy color: '#FE326E'

red 254 ◦ green 50 ◦ blue 110

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

Shades of Radical Red #FE326E

Tints of Radical Red #FE326E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.08%

 BLUE value IS 110 (43.36% from 255) = 26.57%

R = 61.35%
G = 12.08%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.57

 K value IS 0.00

RGB Variations

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

Color information

#FE326E (or 0xFE326E) is known color: Radical Red. HEX triplet: FE, 32 and 6E. RGB value is (254,50,110). Sum of RGB (Red+Green+Blue) = 254+50+110=414 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.35% from 414); Green value is 50 (19.92% from 255 or 12.08% from 414); Blue value is 110 (43.36% from 255 or 26.57% from 414); Max value from RGB is 254 - color contains mainly: red. Hex color #FE326E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE326E is #01CD91. Grayscale: #757575. Windows color (decimal): -118162 or 7222014. OLE color: 7222014.

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

Color convert

RGB 254 50 110 -
CMYK 0 0.80 0.57 0.00
HSL 342.35º 0.99% 0.6% -
HSV(B) 342.35º 0.8% 1% -
XYZ 44.83 24.48 17.11 -
YUV 117.84 123.59 225.12 -
System Red Green Blue C M Y K H S L
Decimal 254 50 110 0 0.80 0.57 0.00 342.35 0.99 0.6
Hex FE 32 6E 0 50 39 0 156 63 3C
Octal 376 62 156 0 120 71 0 526 143 74
Binary 11111110 110010 1101110 0 1010000 111001 0 101010110 1100011 111100

Color Harmonies of #FE326E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE326E

Black with #FE326E

Text Example


Text Example

White with #FE326E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE326E; }

 p { color: rgb(254,50,110); }

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

background-color css

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

 a { background-color: rgb(254,50,110); }

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

border-color css

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

 span { border-color: rgb(254,50,110); }

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