Html Css Color HEX #FE316F Radical Red

📋 copy color: '#FE316F'

red 254 ◦ green 49 ◦ blue 111

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

Shades of Radical Red #FE316F

Tints of Radical Red #FE316F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.81%

R = 61.35%
G = 11.84%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FE316F (or 0xFE316F) is known color: Radical Red. HEX triplet: FE, 31 and 6F. RGB value is (254,49,111). Sum of RGB (Red+Green+Blue) = 254+49+111=414 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.35% from 414); Green value is 49 (19.53% from 255 or 11.84% from 414); Blue value is 111 (43.75% from 255 or 26.81% from 414); Max value from RGB is 254 - color contains mainly: red. Hex color #FE316F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE316F is #01CE90. Grayscale: #757575. Windows color (decimal): -118417 or 7287294. OLE color: 7287294.

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

Color convert

RGB 254 49 111 -
CMYK 0 0.81 0.56 0.00
HSL 341.85º 0.99% 0.59% -
HSV(B) 341.85º 0.81% 1% -
XYZ 44.84 24.42 17.39 -
YUV 117.36 124.42 225.46 -
System Red Green Blue C M Y K H S L
Decimal 254 49 111 0 0.81 0.56 0.00 341.85 0.99 0.59
Hex FE 31 6F 0 51 38 0 156 63 3B
Octal 376 61 157 0 121 70 0 526 143 73
Binary 11111110 110001 1101111 0 1010001 111000 0 101010110 1100011 111011

Color Harmonies of #FE316F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE316F

Black with #FE316F

Text Example


Text Example

White with #FE316F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE316F; }

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

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

background-color css

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

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

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

border-color css

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

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

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