Html Css Color HEX #FE4144 Radical Red

📋 copy color: '#FE4144'

red 254 ◦ green 65 ◦ blue 68

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

Shades of Radical Red #FE4144

Tints of Radical Red #FE4144

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.8%

 BLUE value IS 68 (26.95% from 255) = 17.57%

R = 65.63%
G = 16.8%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.73

 K value IS 0.00

RGB Variations

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

Color information

#FE4144 (or 0xFE4144) is known color: Radical Red. HEX triplet: FE, 41 and 44. RGB value is (254,65,68). Sum of RGB (Red+Green+Blue) = 254+65+68=387 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.63% from 387); Green value is 65 (25.78% from 255 or 16.80% from 387); Blue value is 68 (26.95% from 255 or 17.57% from 387); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4144 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4144 is #01BEBB. Grayscale: #7A7A7A. Windows color (decimal): -114364 or 4473342. OLE color: 4473342.

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

Color convert

RGB 254 65 68 -
CMYK 0 0.74 0.73 0.00
HSL 359.05º 0.99% 0.63% -
HSV(B) 359.05º 0.74% 1% -
XYZ 43.81 25.27 8.04 -
YUV 121.85 97.62 222.26 -
System Red Green Blue C M Y K H S L
Decimal 254 65 68 0 0.74 0.73 0.00 359.05 0.99 0.63
Hex FE 41 44 0 4A 49 0 167 63 3F
Octal 376 101 104 0 112 111 0 547 143 77
Binary 11111110 1000001 1000100 0 1001010 1001001 0 101100111 1100011 111111

Color Harmonies of #FE4144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4144

Black with #FE4144

Text Example


Text Example

White with #FE4144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4144; }

 p { color: rgb(254,65,68); }

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

background-color css

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

 a { background-color: rgb(254,65,68); }

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

border-color css

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

 span { border-color: rgb(254,65,68); }

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