Html Css Color HEX #FE4248 Radical Red

📋 copy color: '#FE4248'

red 254 ◦ green 66 ◦ blue 72

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

Shades of Radical Red #FE4248

Tints of Radical Red #FE4248

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.84%

 BLUE value IS 72 (28.52% from 255) = 18.37%

R = 64.8%
G = 16.84%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#FE4248 (or 0xFE4248) is known color: Radical Red. HEX triplet: FE, 42 and 48. RGB value is (254,66,72). Sum of RGB (Red+Green+Blue) = 254+66+72=392 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.80% from 392); Green value is 66 (26.17% from 255 or 16.84% from 392); Blue value is 72 (28.52% from 255 or 18.37% from 392); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4248 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4248 is #01BDB7. Grayscale: #7B7B7B. Windows color (decimal): -114104 or 4735742. OLE color: 4735742.

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

Color convert

RGB 254 66 72 -
CMYK 0 0.74 0.72 0.00
HSL 358.09º 0.99% 0.63% -
HSV(B) 358.09º 0.74% 1% -
XYZ 43.99 25.44 8.72 -
YUV 122.9 99.28 221.51 -
System Red Green Blue C M Y K H S L
Decimal 254 66 72 0 0.74 0.72 0.00 358.09 0.99 0.63
Hex FE 42 48 0 4A 48 0 166 63 3F
Octal 376 102 110 0 112 110 0 546 143 77
Binary 11111110 1000010 1001000 0 1001010 1001000 0 101100110 1100011 111111

Color Harmonies of #FE4248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4248

Black with #FE4248

Text Example


Text Example

White with #FE4248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4248; }

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

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

background-color css

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

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

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

border-color css

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

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

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