#EF405F

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

Shades of Radical Red #EF405F

Tints of Radical Red #EF405F

Color information

#EF405F (or 0xEF405F) is unknown color: approx Radical Red. HEX triplet: EF, 40 and 5F. RGB value is (239,64,95). Sum of RGB (Red+Green+Blue) = 239+64+95=398 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.05% from 398); Green value is 64 (25.39% from 255 or 16.08% from 398); Blue value is 95 (37.5% from 255 or 23.87% from 398); Max value from RGB is 239 - color contains mainly: red. Hex color #EF405F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF405F is #10BFA0. Grayscale: #777777. Windows color (decimal): -1097633 or 6242543. OLE color: 6242543.

HSL color Cylindrical-coordinate representation of color #EF405F: hue angle of 349.37º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF405F is Cyan = 0, Magento = 0.73, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB2396495-
CMYK00.730.600.06
HSL349.37º84.54%59.41%-
HSV(B)349.37º73.22%93.73%-
XYZ39.522.8413.15-
YUV119.86113.98212.98-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 60.05%
GREEN value IS 64 (25.39% from 255) = 16.08%
BLUE value IS 95 (37.5% from 255) = 23.87%
R=60.05%
G=16.08%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.60
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239649500.730.600.06349.3784.5459.41
HexEF405F0493C615d553b
Octal357100137011174653512573
Binary1110111110000001011111010010011111001101010111011010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF405F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF405F; }

 p { color: rgb(239,64,95); }

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

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

 a { background-color: rgb(239,64,95); }

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

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

 span { border-color: rgb(239,64,95); }

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