#F5295A

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

Shades of Radical Red #F5295A

Tints of Radical Red #F5295A

Color information

#F5295A (or 0xF5295A) is unknown color: approx Radical Red. HEX triplet: F5, 29 and 5A. RGB value is (245,41,90). Sum of RGB (Red+Green+Blue) = 245+41+90=376 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.16% from 376); Green value is 41 (16.41% from 255 or 10.90% from 376); Blue value is 90 (35.55% from 255 or 23.94% from 376); Max value from RGB is 245 - color contains mainly: red. Hex color #F5295A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5295A is #0AD6A5. Grayscale: #6B6B6B. Windows color (decimal): -710310 or 5908981. OLE color: 5908981.

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

Color convert

RGB2454190-
CMYK00.830.630.04
HSL345.59º91.07%56.08%-
HSV(B)345.59º83.27%96.08%-
XYZ40.2921.7411.74-
YUV107.58118.09226.02-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 65.16%
GREEN value IS 41 (16.41% from 255) = 10.90%
BLUE value IS 90 (35.55% from 255) = 23.94%
R=65.16%
G=10.90%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.63
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245419000.830.630.04345.5991.0756.08
HexF5295A0533F415a5b38
Octal36551132012377453213370
Binary111101011010011011010010100111111111001010110101011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5295A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5295A; }

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

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

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

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

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

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

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

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