Html Css Color HEX #FE3470 Radical Red

📋 copy color: '#FE3470'

red 254 ◦ green 52 ◦ blue 112

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

Shades of Radical Red #FE3470

Tints of Radical Red #FE3470

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.44%

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

R = 60.77%
G = 12.44%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FE3470 (or 0xFE3470) is known color: Radical Red. HEX triplet: FE, 34 and 70. RGB value is (254,52,112). Sum of RGB (Red+Green+Blue) = 254+52+112=418 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.77% from 418); Green value is 52 (20.70% from 255 or 12.44% from 418); Blue value is 112 (44.14% from 255 or 26.79% from 418); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3470 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3470 is #01CB8F. Grayscale: #777777. Windows color (decimal): -117648 or 7353598. OLE color: 7353598.

HSL color Cylindrical-coordinate representation of color #FE3470: hue angle of 342.18º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE3470 is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 52 112 -
CMYK 0 0.80 0.56 0.00
HSL 342.18º 0.99% 0.6% -
HSV(B) 342.18º 0.8% 1% -
XYZ 45.03 24.7 17.72 -
YUV 119.24 123.92 224.12 -
System Red Green Blue C M Y K H S L
Decimal 254 52 112 0 0.80 0.56 0.00 342.18 0.99 0.6
Hex FE 34 70 0 50 38 0 156 63 3C
Octal 376 64 160 0 120 70 0 526 143 74
Binary 11111110 110100 1110000 0 1010000 111000 0 101010110 1100011 111100

Color Harmonies of #FE3470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3470

Black with #FE3470

Text Example


Text Example

White with #FE3470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3470; }

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

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

background-color css

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

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

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

border-color css

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

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

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