Html Css Color HEX #FE3274 Radical Red

📋 copy color: '#FE3274'

red 254 ◦ green 50 ◦ blue 116

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

Shades of Radical Red #FE3274

Tints of Radical Red #FE3274

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.9%

 BLUE value IS 116 (45.7% from 255) = 27.62%

R = 60.48%
G = 11.9%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FE3274 (or 0xFE3274) is known color: Radical Red. HEX triplet: FE, 32 and 74. RGB value is (254,50,116). Sum of RGB (Red+Green+Blue) = 254+50+116=420 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.48% from 420); Green value is 50 (19.92% from 255 or 11.90% from 420); Blue value is 116 (45.70% from 255 or 27.62% from 420); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3274 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3274 is #01CD8B. Grayscale: #767676. Windows color (decimal): -118156 or 7615230. OLE color: 7615230.

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

Color convert

RGB 254 50 116 -
CMYK 0 0.80 0.54 0.00
HSL 340.59º 0.99% 0.6% -
HSV(B) 340.59º 0.8% 1% -
XYZ 45.17 24.61 18.89 -
YUV 118.52 126.59 224.63 -
System Red Green Blue C M Y K H S L
Decimal 254 50 116 0 0.80 0.54 0.00 340.59 0.99 0.6
Hex FE 32 74 0 50 36 0 155 63 3C
Octal 376 62 164 0 120 66 0 525 143 74
Binary 11111110 110010 1110100 0 1010000 110110 0 101010101 1100011 111100

Color Harmonies of #FE3274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3274

Black with #FE3274

Text Example


Text Example

White with #FE3274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3274; }

 p { color: rgb(254,50,116); }

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

background-color css

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

 a { background-color: rgb(254,50,116); }

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

border-color css

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

 span { border-color: rgb(254,50,116); }

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