#FE3D5E

Color #FE3D5E Radical Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Radical Red #FE3D5E

Tints of Radical Red #FE3D5E

Color information

#FE3D5E (or 0xFE3D5E) is unknown color: approx Radical Red. HEX triplet: FE, 3D and 5E. RGB value is (254,61,94). Sum of RGB (Red+Green+Blue) = 254+61+94=409 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.10% from 409); Green value is 61 (24.22% from 255 or 14.91% from 409); Blue value is 94 (37.11% from 255 or 22.98% from 409); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3D5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3D5E is #01C2A1. Grayscale: #7A7A7A. Windows color (decimal): -115362 or 6176254. OLE color: 6176254.

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

Color convert

RGB2546194-
CMYK00.760.630.00
HSL349.74º98.97%61.76%-
HSV(B)349.74º75.98%99.61%-
XYZ44.5625.2213.11-
YUV122.47111.94221.82-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 62.10%
GREEN value IS 61 (24.22% from 255) = 14.91%
BLUE value IS 94 (37.11% from 255) = 22.98%
R=62.10%
G=14.91%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.63
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254619400.760.630.00349.7498.9761.76
HexFE3D5E04C3F015e633e
Octal37675136011477053614376
Binary1111111011110110111100100110011111101010111101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE3D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE3D5E; }

 p { color: rgb(254,61,94); }

 H1.HeaderClassName
 {
   color: #FE3D5E;
 }
 .AnyTagClassName
 {
   color: #FE3D5E;
 }
</style>
background-color css

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

 a { background-color: rgb(254,61,94); }

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

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

 span { border-color: rgb(254,61,94); }

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