Html Css Color HEX #FE3161 Radical Red

📋 copy color: '#FE3161'

red 254 ◦ green 49 ◦ blue 97

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

Shades of Radical Red #FE3161

Tints of Radical Red #FE3161

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.25%

 BLUE value IS 97 (38.28% from 255) = 24.25%

R = 63.5%
G = 12.25%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.00

RGB Variations

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

Color information

#FE3161 (or 0xFE3161) is known color: Radical Red. HEX triplet: FE, 31 and 61. RGB value is (254,49,97). Sum of RGB (Red+Green+Blue) = 254+49+97=400 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.5% from 400); Green value is 49 (19.53% from 255 or 12.25% from 400); Blue value is 97 (38.28% from 255 or 24.25% from 400); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3161 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3161 is #01CE9E. Grayscale: #737373. Windows color (decimal): -118431 or 6369790. OLE color: 6369790.

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

Color convert

RGB 254 49 97 -
CMYK 0 0.81 0.62 0.00
HSL 345.95º 0.99% 0.59% -
HSV(B) 345.95º 0.81% 1% -
XYZ 44.13 24.13 13.64 -
YUV 115.77 117.42 226.6 -
System Red Green Blue C M Y K H S L
Decimal 254 49 97 0 0.81 0.62 0.00 345.95 0.99 0.59
Hex FE 31 61 0 51 3E 0 15A 63 3B
Octal 376 61 141 0 121 76 0 532 143 73
Binary 11111110 110001 1100001 0 1010001 111110 0 101011010 1100011 111011

Color Harmonies of #FE3161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3161

Black with #FE3161

Text Example


Text Example

White with #FE3161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3161; }

 p { color: rgb(254,49,97); }

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

background-color css

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

 a { background-color: rgb(254,49,97); }

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

border-color css

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

 span { border-color: rgb(254,49,97); }

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