Html Css Color HEX #FE4252 Radical Red

📋 copy color: '#FE4252'

red 254 ◦ green 66 ◦ blue 82

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

Shades of Radical Red #FE4252

Tints of Radical Red #FE4252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.4%

R = 63.18%
G = 16.42%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.00

RGB Variations

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

Color information

#FE4252 (or 0xFE4252) is known color: Radical Red. HEX triplet: FE, 42 and 52. RGB value is (254,66,82). Sum of RGB (Red+Green+Blue) = 254+66+82=402 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.18% from 402); Green value is 66 (26.17% from 255 or 16.42% from 402); Blue value is 82 (32.42% from 255 or 20.40% from 402); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4252 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4252 is #01BDAD. Grayscale: #7C7C7C. Windows color (decimal): -114094 or 5391102. OLE color: 5391102.

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

Color convert

RGB 254 66 82 -
CMYK 0 0.74 0.68 0.00
HSL 354.89º 0.99% 0.63% -
HSV(B) 354.89º 0.74% 1% -
XYZ 44.34 25.58 10.58 -
YUV 124.04 104.28 220.7 -
System Red Green Blue C M Y K H S L
Decimal 254 66 82 0 0.74 0.68 0.00 354.89 0.99 0.63
Hex FE 42 52 0 4A 44 0 163 63 3F
Octal 376 102 122 0 112 104 0 543 143 77
Binary 11111110 1000010 1010010 0 1001010 1000100 0 101100011 1100011 111111

Color Harmonies of #FE4252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4252

Black with #FE4252

Text Example


Text Example

White with #FE4252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4252; }

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

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

background-color css

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

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

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

border-color css

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

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

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