Html Css Color HEX #FE215A Radical Red

📋 copy color: '#FE215A'

red 254 ◦ green 33 ◦ blue 90

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

Shades of Radical Red #FE215A

Tints of Radical Red #FE215A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.87%

R = 67.37%
G = 8.75%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FE215A (or 0xFE215A) is known color: Radical Red. HEX triplet: FE, 21 and 5A. RGB value is (254,33,90). Sum of RGB (Red+Green+Blue) = 254+33+90=377 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.37% from 377); Green value is 33 (13.28% from 255 or 8.75% from 377); Blue value is 90 (35.55% from 255 or 23.87% from 377); Max value from RGB is 254 - color contains mainly: red. Hex color #FE215A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE215A is #01DEA5. Grayscale: #696969. Windows color (decimal): -122534 or 5906942. OLE color: 5906942.

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

Color convert

RGB 254 33 90 -
CMYK 0 0.87 0.65 0.00
HSL 344.52º 0.99% 0.56% -
HSV(B) 344.52º 0.87% 1% -
XYZ 43.26 22.9 11.81 -
YUV 105.58 119.22 233.87 -
System Red Green Blue C M Y K H S L
Decimal 254 33 90 0 0.87 0.65 0.00 344.52 0.99 0.56
Hex FE 21 5A 0 57 41 0 159 63 38
Octal 376 41 132 0 127 101 0 531 143 70
Binary 11111110 100001 1011010 0 1010111 1000001 0 101011001 1100011 111000

Color Harmonies of #FE215A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE215A

Black with #FE215A

Text Example


Text Example

White with #FE215A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE215A; }

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

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

background-color css

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

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

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

border-color css

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

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

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