Html Css Color HEX #FE3C74 Radical Red

📋 copy color: '#FE3C74'

red 254 ◦ green 60 ◦ blue 116

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

Shades of Radical Red #FE3C74

Tints of Radical Red #FE3C74

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.95%

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

R = 59.07%
G = 13.95%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FE3C74 (or 0xFE3C74) is known color: Radical Red. HEX triplet: FE, 3C and 74. RGB value is (254,60,116). Sum of RGB (Red+Green+Blue) = 254+60+116=430 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.07% from 430); Green value is 60 (23.83% from 255 or 13.95% from 430); Blue value is 116 (45.70% from 255 or 26.98% from 430); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3C74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3C74 is #01C38B. Grayscale: #7C7C7C. Windows color (decimal): -115596 or 7617790. OLE color: 7617790.

HSL color Cylindrical-coordinate representation of color #FE3C74: hue angle of 342.68º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FE3C74 is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 60 116 -
CMYK 0 0.76 0.54 0.00
HSL 342.68º 0.99% 0.62% -
HSV(B) 342.68º 0.76% 1% -
XYZ 45.64 25.56 19.05 -
YUV 124.39 123.27 220.45 -
System Red Green Blue C M Y K H S L
Decimal 254 60 116 0 0.76 0.54 0.00 342.68 0.99 0.62
Hex FE 3C 74 0 4C 36 0 157 63 3E
Octal 376 74 164 0 114 66 0 527 143 76
Binary 11111110 111100 1110100 0 1001100 110110 0 101010111 1100011 111110

Color Harmonies of #FE3C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3C74

Black with #FE3C74

Text Example


Text Example

White with #FE3C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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