Html Css Color HEX #FE3C70 Radical Red

📋 copy color: '#FE3C70'

red 254 ◦ green 60 ◦ blue 112

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

Shades of Radical Red #FE3C70

Tints of Radical Red #FE3C70

RGB

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

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

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

R = 59.62%
G = 14.08%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FE3C70 (or 0xFE3C70) is known color: Radical Red. HEX triplet: FE, 3C and 70. RGB value is (254,60,112). Sum of RGB (Red+Green+Blue) = 254+60+112=426 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.62% from 426); Green value is 60 (23.83% from 255 or 14.08% from 426); Blue value is 112 (44.14% from 255 or 26.29% from 426); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3C70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3C70 is #01C38F. Grayscale: #7B7B7B. Windows color (decimal): -115600 or 7355646. OLE color: 7355646.

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

Color convert

RGB 254 60 112 -
CMYK 0 0.76 0.56 0.00
HSL 343.92º 0.99% 0.62% -
HSV(B) 343.92º 0.76% 1% -
XYZ 45.41 25.47 17.85 -
YUV 123.93 121.27 220.77 -
System Red Green Blue C M Y K H S L
Decimal 254 60 112 0 0.76 0.56 0.00 343.92 0.99 0.62
Hex FE 3C 70 0 4C 38 0 158 63 3E
Octal 376 74 160 0 114 70 0 530 143 76
Binary 11111110 111100 1110000 0 1001100 111000 0 101011000 1100011 111110

Color Harmonies of #FE3C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3C70

Black with #FE3C70

Text Example


Text Example

White with #FE3C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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