Html Css Color HEX #FE3170 Radical Red

📋 copy color: '#FE3170'

red 254 ◦ green 49 ◦ blue 112

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

Shades of Radical Red #FE3170

Tints of Radical Red #FE3170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.99%

R = 61.2%
G = 11.81%
B = 26.99%

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

#FE3170 (or 0xFE3170) is known color: Radical Red. HEX triplet: FE, 31 and 70. RGB value is (254,49,112). Sum of RGB (Red+Green+Blue) = 254+49+112=415 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.20% from 415); Green value is 49 (19.53% from 255 or 11.81% from 415); Blue value is 112 (44.14% from 255 or 26.99% from 415); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3170 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3170 is #01CE8F. Grayscale: #757575. Windows color (decimal): -118416 or 7352830. OLE color: 7352830.

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

Color convert

RGB 254 49 112 -
CMYK 0 0.81 0.56 0.00
HSL 341.56º 0.99% 0.59% -
HSV(B) 341.56º 0.81% 1% -
XYZ 44.9 24.44 17.68 -
YUV 117.48 124.92 225.38 -
System Red Green Blue C M Y K H S L
Decimal 254 49 112 0 0.81 0.56 0.00 341.56 0.99 0.59
Hex FE 31 70 0 51 38 0 156 63 3B
Octal 376 61 160 0 121 70 0 526 143 73
Binary 11111110 110001 1110000 0 1010001 111000 0 101010110 1100011 111011

Color Harmonies of #FE3170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3170

Black with #FE3170

Text Example


Text Example

White with #FE3170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3170; }

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

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

background-color css

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

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

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

border-color css

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

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

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