#F5384E

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

Shades of Radical Red #F5384E

Tints of Radical Red #F5384E

Color information

#F5384E (or 0xF5384E) is unknown color: approx Radical Red. HEX triplet: F5, 38 and 4E. RGB value is (245,56,78). Sum of RGB (Red+Green+Blue) = 245+56+78=379 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.64% from 379); Green value is 56 (22.27% from 255 or 14.78% from 379); Blue value is 78 (30.86% from 255 or 20.58% from 379); Max value from RGB is 245 - color contains mainly: red. Hex color #F5384E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5384E is #0AC7B1. Grayscale: #737373. Windows color (decimal): -706482 or 5126389. OLE color: 5126389.

HSL color Cylindrical-coordinate representation of color #F5384E: hue angle of 353.02º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F5384E is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.04.

Color convert

RGB2455678-
CMYK00.770.680.04
HSL353.02º90.43%59.02%-
HSV(B)353.02º77.14%96.08%-
XYZ40.4522.799.48-
YUV115.02107.12220.71-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 64.64%
GREEN value IS 56 (22.27% from 255) = 14.78%
BLUE value IS 78 (30.86% from 255) = 20.58%
R=64.64%
G=14.78%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.68
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245567800.770.680.04353.0290.4359.02
HexF5384E04D4441615a3b
Octal365701160115104454113273
Binary1111010111100010011100100110110001001001011000011011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5384E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5384E; }

 p { color: rgb(245,56,78); }

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

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

 a { background-color: rgb(245,56,78); }

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

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

 span { border-color: rgb(245,56,78); }

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