Html Css Color HEX #FE316A Radical Red

📋 copy color: '#FE316A'

red 254 ◦ green 49 ◦ blue 106

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

Shades of Radical Red #FE316A

Tints of Radical Red #FE316A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.98%

 BLUE value IS 106 (41.8% from 255) = 25.92%

R = 62.1%
G = 11.98%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.58

 K value IS 0.00

RGB Variations

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

Color information

#FE316A (or 0xFE316A) is known color: Radical Red. HEX triplet: FE, 31 and 6A. RGB value is (254,49,106). Sum of RGB (Red+Green+Blue) = 254+49+106=409 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.10% from 409); Green value is 49 (19.53% from 255 or 11.98% from 409); Blue value is 106 (41.80% from 255 or 25.92% from 409); Max value from RGB is 254 - color contains mainly: red. Hex color #FE316A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE316A is #01CE95. Grayscale: #747474. Windows color (decimal): -118422 or 6959614. OLE color: 6959614.

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

Color convert

RGB 254 49 106 -
CMYK 0 0.81 0.58 0.00
HSL 343.32º 0.99% 0.59% -
HSV(B) 343.32º 0.81% 1% -
XYZ 44.57 24.31 15.98 -
YUV 116.79 121.92 225.87 -
System Red Green Blue C M Y K H S L
Decimal 254 49 106 0 0.81 0.58 0.00 343.32 0.99 0.59
Hex FE 31 6A 0 51 3A 0 157 63 3B
Octal 376 61 152 0 121 72 0 527 143 73
Binary 11111110 110001 1101010 0 1010001 111010 0 101010111 1100011 111011

Color Harmonies of #FE316A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE316A

Black with #FE316A

Text Example


Text Example

White with #FE316A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE316A; }

 p { color: rgb(254,49,106); }

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

background-color css

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

 a { background-color: rgb(254,49,106); }

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

border-color css

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

 span { border-color: rgb(254,49,106); }

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