Html Css Color HEX #FE4961 Radical Red

📋 copy color: '#FE4961'

red 254 ◦ green 73 ◦ blue 97

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

Shades of Radical Red #FE4961

Tints of Radical Red #FE4961

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.22%

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

R = 59.91%
G = 17.22%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.00

RGB Variations

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

Color information

#FE4961 (or 0xFE4961) is known color: Radical Red. HEX triplet: FE, 49 and 61. RGB value is (254,73,97). Sum of RGB (Red+Green+Blue) = 254+73+97=424 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.91% from 424); Green value is 73 (28.91% from 255 or 17.22% from 424); Blue value is 97 (38.28% from 255 or 22.88% from 424); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4961 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4961 is #01B69E. Grayscale: #818181. Windows color (decimal): -112287 or 6375934. OLE color: 6375934.

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

Color convert

RGB 254 73 97 -
CMYK 0 0.71 0.62 0.00
HSL 352.04º 0.99% 0.64% -
HSV(B) 352.04º 0.71% 1% -
XYZ 45.41 26.7 14.07 -
YUV 129.86 109.47 216.55 -
System Red Green Blue C M Y K H S L
Decimal 254 73 97 0 0.71 0.62 0.00 352.04 0.99 0.64
Hex FE 49 61 0 47 3E 0 160 63 40
Octal 376 111 141 0 107 76 0 540 143 100
Binary 11111110 1001001 1100001 0 1000111 111110 0 101100000 1100011 1000000

Color Harmonies of #FE4961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4961

Black with #FE4961

Text Example


Text Example

White with #FE4961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4961; }

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

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

background-color css

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

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

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

border-color css

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

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

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