Html Css Color HEX #FE3472 Radical Red

📋 copy color: '#FE3472'

red 254 ◦ green 52 ◦ blue 114

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

Shades of Radical Red #FE3472

Tints of Radical Red #FE3472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.14%

R = 60.48%
G = 12.38%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.55

 K value IS 0.00

RGB Variations

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

Color information

#FE3472 (or 0xFE3472) is known color: Radical Red. HEX triplet: FE, 34 and 72. RGB value is (254,52,114). Sum of RGB (Red+Green+Blue) = 254+52+114=420 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.48% from 420); Green value is 52 (20.70% from 255 or 12.38% from 420); Blue value is 114 (44.92% from 255 or 27.14% from 420); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3472 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3472 is #01CB8D. Grayscale: #777777. Windows color (decimal): -117646 or 7484670. OLE color: 7484670.

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

Color convert

RGB 254 52 114 -
CMYK 0 0.80 0.55 0.00
HSL 341.58º 0.99% 0.6% -
HSV(B) 341.58º 0.8% 1% -
XYZ 45.14 24.74 18.32 -
YUV 119.47 124.92 223.96 -
System Red Green Blue C M Y K H S L
Decimal 254 52 114 0 0.80 0.55 0.00 341.58 0.99 0.6
Hex FE 34 72 0 50 37 0 156 63 3C
Octal 376 64 162 0 120 67 0 526 143 74
Binary 11111110 110100 1110010 0 1010000 110111 0 101010110 1100011 111100

Color Harmonies of #FE3472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3472

Black with #FE3472

Text Example


Text Example

White with #FE3472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3472; }

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

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

background-color css

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

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

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

border-color css

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

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

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