Html Css Color HEX #FE2052 Radical Red

📋 copy color: '#FE2052'

red 254 ◦ green 32 ◦ blue 82

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

Shades of Radical Red #FE2052

Tints of Radical Red #FE2052

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.7%

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

R = 69.02%
G = 8.7%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.68

 K value IS 0.00

RGB Variations

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

Color information

#FE2052 (or 0xFE2052) is known color: Radical Red. HEX triplet: FE, 20 and 52. RGB value is (254,32,82). Sum of RGB (Red+Green+Blue) = 254+32+82=368 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.02% from 368); Green value is 32 (12.89% from 255 or 8.70% from 368); Blue value is 82 (32.42% from 255 or 22.28% from 368); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2052 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2052 is #01DFAD. Grayscale: #686868. Windows color (decimal): -122798 or 5382398. OLE color: 5382398.

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

Color convert

RGB 254 32 82 -
CMYK 0 0.87 0.68 0.00
HSL 346.49º 0.99% 0.56% -
HSV(B) 346.49º 0.87% 1% -
XYZ 42.91 22.71 10.1 -
YUV 104.08 115.55 234.93 -
System Red Green Blue C M Y K H S L
Decimal 254 32 82 0 0.87 0.68 0.00 346.49 0.99 0.56
Hex FE 20 52 0 57 44 0 15A 63 38
Octal 376 40 122 0 127 104 0 532 143 70
Binary 11111110 100000 1010010 0 1010111 1000100 0 101011010 1100011 111000

Color Harmonies of #FE2052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2052

Black with #FE2052

Text Example


Text Example

White with #FE2052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2052; }

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

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

background-color css

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

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

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

border-color css

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

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

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