Html Css Color HEX #FE4042 Radical Red

📋 copy color: '#FE4042'

red 254 ◦ green 64 ◦ blue 66

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

Shades of Radical Red #FE4042

Tints of Radical Red #FE4042

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.67%

 BLUE value IS 66 (26.17% from 255) = 17.19%

R = 66.15%
G = 16.67%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FE4042 (or 0xFE4042) is known color: Radical Red. HEX triplet: FE, 40 and 42. RGB value is (254,64,66). Sum of RGB (Red+Green+Blue) = 254+64+66=384 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.15% from 384); Green value is 64 (25.39% from 255 or 16.67% from 384); Blue value is 66 (26.17% from 255 or 17.19% from 384); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4042 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4042 is #01BFBD. Grayscale: #797979. Windows color (decimal): -114622 or 4342014. OLE color: 4342014.

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

Color convert

RGB 254 64 66 -
CMYK 0 0.75 0.74 0.00
HSL 359.37º 0.99% 0.62% -
HSV(B) 359.37º 0.75% 1% -
XYZ 43.69 25.13 7.7 -
YUV 121.04 96.95 222.84 -
System Red Green Blue C M Y K H S L
Decimal 254 64 66 0 0.75 0.74 0.00 359.37 0.99 0.62
Hex FE 40 42 0 4B 4A 0 167 63 3E
Octal 376 100 102 0 113 112 0 547 143 76
Binary 11111110 1000000 1000010 0 1001011 1001010 0 101100111 1100011 111110

Color Harmonies of #FE4042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4042

Black with #FE4042

Text Example


Text Example

White with #FE4042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4042; }

 p { color: rgb(254,64,66); }

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

background-color css

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

 a { background-color: rgb(254,64,66); }

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

border-color css

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

 span { border-color: rgb(254,64,66); }

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