Html Css Color HEX #FE2062 Radical Red

📋 copy color: '#FE2062'

red 254 ◦ green 32 ◦ blue 98

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

Shades of Radical Red #FE2062

Tints of Radical Red #FE2062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 25.52%

R = 66.15%
G = 8.33%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.61

 K value IS 0.00

RGB Variations

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

Color information

#FE2062 (or 0xFE2062) is known color: Radical Red. HEX triplet: FE, 20 and 62. RGB value is (254,32,98). Sum of RGB (Red+Green+Blue) = 254+32+98=384 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.15% from 384); Green value is 32 (12.89% from 255 or 8.33% from 384); Blue value is 98 (38.67% from 255 or 25.52% from 384); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2062 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2062 is #01DF9D. Grayscale: #696969. Windows color (decimal): -122782 or 6430974. OLE color: 6430974.

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

Color convert

RGB 254 32 98 -
CMYK 0 0.87 0.61 0.00
HSL 342.16º 0.99% 0.56% -
HSV(B) 342.16º 0.87% 1% -
XYZ 43.59 22.99 13.69 -
YUV 105.9 123.55 233.63 -
System Red Green Blue C M Y K H S L
Decimal 254 32 98 0 0.87 0.61 0.00 342.16 0.99 0.56
Hex FE 20 62 0 57 3D 0 156 63 38
Octal 376 40 142 0 127 75 0 526 143 70
Binary 11111110 100000 1100010 0 1010111 111101 0 101010110 1100011 111000

Color Harmonies of #FE2062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2062

Black with #FE2062

Text Example


Text Example

White with #FE2062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2062; }

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

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

background-color css

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

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

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

border-color css

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

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

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