#F5295E

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

Shades of Radical Red #F5295E

Tints of Radical Red #F5295E

Color information

#F5295E (or 0xF5295E) is unknown color: approx Radical Red. HEX triplet: F5, 29 and 5E. RGB value is (245,41,94). Sum of RGB (Red+Green+Blue) = 245+41+94=380 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.47% from 380); Green value is 41 (16.41% from 255 or 10.79% from 380); Blue value is 94 (37.11% from 255 or 24.74% from 380); Max value from RGB is 245 - color contains mainly: red. Hex color #F5295E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5295E is #0AD6A1. Grayscale: #6C6C6C. Windows color (decimal): -710306 or 6171125. OLE color: 6171125.

HSL color Cylindrical-coordinate representation of color #F5295E: hue angle of 344.41º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F5295E is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB2454194-
CMYK00.830.620.04
HSL344.41º91.07%56.08%-
HSV(B)344.41º83.27%96.08%-
XYZ40.4721.8112.67-
YUV108.04120.09225.69-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 64.47%
GREEN value IS 41 (16.41% from 255) = 10.79%
BLUE value IS 94 (37.11% from 255) = 24.74%
R=64.47%
G=10.79%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245419400.830.620.04344.4191.0756.08
HexF5295E0533E41585b38
Octal36551136012376453013370
Binary111101011010011011110010100111111101001010110001011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5295E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5295E; }

 p { color: rgb(245,41,94); }

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

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

 a { background-color: rgb(245,41,94); }

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

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

 span { border-color: rgb(245,41,94); }

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