Html Css Color HEX #FE214D Radical Red

📋 copy color: '#FE214D'

red 254 ◦ green 33 ◦ blue 77

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

Shades of Radical Red #FE214D

Tints of Radical Red #FE214D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.07%

 BLUE value IS 77 (30.47% from 255) = 21.15%

R = 69.78%
G = 9.07%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FE214D (or 0xFE214D) is known color: Radical Red. HEX triplet: FE, 21 and 4D. RGB value is (254,33,77). Sum of RGB (Red+Green+Blue) = 254+33+77=364 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.78% from 364); Green value is 33 (13.28% from 255 or 9.07% from 364); Blue value is 77 (30.47% from 255 or 21.15% from 364); Max value from RGB is 254 - color contains mainly: red. Hex color #FE214D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE214D is #01DEB2. Grayscale: #686868. Windows color (decimal): -122547 or 5054974. OLE color: 5054974.

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

Color convert

RGB 254 33 77 -
CMYK 0 0.87 0.70 0.00
HSL 348.05º 0.99% 0.56% -
HSV(B) 348.05º 0.87% 1% -
XYZ 42.76 22.69 9.15 -
YUV 104.1 112.72 234.92 -
System Red Green Blue C M Y K H S L
Decimal 254 33 77 0 0.87 0.70 0.00 348.05 0.99 0.56
Hex FE 21 4D 0 57 46 0 15C 63 38
Octal 376 41 115 0 127 106 0 534 143 70
Binary 11111110 100001 1001101 0 1010111 1000110 0 101011100 1100011 111000

Color Harmonies of #FE214D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE214D

Black with #FE214D

Text Example


Text Example

White with #FE214D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE214D; }

 p { color: rgb(254,33,77); }

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

background-color css

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

 a { background-color: rgb(254,33,77); }

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

border-color css

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

 span { border-color: rgb(254,33,77); }

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