Html Css Color HEX #FE214F Radical Red

📋 copy color: '#FE214F'

red 254 ◦ green 33 ◦ blue 79

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

Shades of Radical Red #FE214F

Tints of Radical Red #FE214F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.58%

R = 69.4%
G = 9.02%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FE214F (or 0xFE214F) is known color: Radical Red. HEX triplet: FE, 21 and 4F. RGB value is (254,33,79). Sum of RGB (Red+Green+Blue) = 254+33+79=366 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.40% from 366); Green value is 33 (13.28% from 255 or 9.02% from 366); Blue value is 79 (31.25% from 255 or 21.58% from 366); Max value from RGB is 254 - color contains mainly: red. Hex color #FE214F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE214F is #01DEB0. Grayscale: #686868. Windows color (decimal): -122545 or 5186046. OLE color: 5186046.

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

Color convert

RGB 254 33 79 -
CMYK 0 0.87 0.69 0.00
HSL 347.51º 0.99% 0.56% -
HSV(B) 347.51º 0.87% 1% -
XYZ 42.83 22.72 9.53 -
YUV 104.32 113.72 234.76 -
System Red Green Blue C M Y K H S L
Decimal 254 33 79 0 0.87 0.69 0.00 347.51 0.99 0.56
Hex FE 21 4F 0 57 45 0 15C 63 38
Octal 376 41 117 0 127 105 0 534 143 70
Binary 11111110 100001 1001111 0 1010111 1000101 0 101011100 1100011 111000

Color Harmonies of #FE214F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE214F

Black with #FE214F

Text Example


Text Example

White with #FE214F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE214F; }

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

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

background-color css

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

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

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

border-color css

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

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

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