#FE3F60

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

Shades of Radical Red #FE3F60

Tints of Radical Red #FE3F60

Color information

#FE3F60 (or 0xFE3F60) is unknown color: approx Radical Red. HEX triplet: FE, 3F and 60. RGB value is (254,63,96). Sum of RGB (Red+Green+Blue) = 254+63+96=413 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.50% from 413); Green value is 63 (25% from 255 or 15.25% from 413); Blue value is 96 (37.89% from 255 or 23.24% from 413); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3F60 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3F60 is #01C09F. Grayscale: #7B7B7B. Windows color (decimal): -114848 or 6307838. OLE color: 6307838.

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

Color convert

RGB2546396-
CMYK00.750.620.00
HSL349.63º98.96%62.16%-
HSV(B)349.63º75.2%99.61%-
XYZ44.7625.4713.62-
YUV123.87112.28220.82-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 61.50%
GREEN value IS 63 (25% from 255) = 15.25%
BLUE value IS 96 (37.89% from 255) = 23.24%
R=61.50%
G=15.25%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.62
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254639600.750.620.00349.6398.9662.16
HexFE3F6004B3E015e633e
Octal37677140011376053614376
Binary1111111011111111000000100101111111001010111101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE3F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE3F60; }

 p { color: rgb(254,63,96); }

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

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

 a { background-color: rgb(254,63,96); }

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

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

 span { border-color: rgb(254,63,96); }

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