#F5306A

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

Shades of Radical Red #F5306A

Tints of Radical Red #F5306A

Color information

#F5306A (or 0xF5306A) is unknown color: approx Radical Red. HEX triplet: F5, 30 and 6A. RGB value is (245,48,106). Sum of RGB (Red+Green+Blue) = 245+48+106=399 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.40% from 399); Green value is 48 (19.14% from 255 or 12.03% from 399); Blue value is 106 (41.80% from 255 or 26.57% from 399); Max value from RGB is 245 - color contains mainly: red. Hex color #F5306A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5306A is #0ACF95. Grayscale: #717171. Windows color (decimal): -708502 or 6959349. OLE color: 6959349.

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

Color convert

RGB24548106-
CMYK00.800.570.04
HSL342.34º90.78%57.45%-
HSV(B)342.34º80.41%96.08%-
XYZ41.3122.5715.81-
YUV113.52123.77221.78-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 61.40%
GREEN value IS 48 (19.14% from 255) = 12.03%
BLUE value IS 106 (41.80% from 255) = 26.57%
R=61.40%
G=12.03%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2454810600.800.570.04342.3490.7857.45
HexF5306A0503941565b39
Octal36560152012071452613371
Binary111101011100001101010010100001110011001010101101011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5306A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5306A; }

 p { color: rgb(245,48,106); }

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

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

 a { background-color: rgb(245,48,106); }

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

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

 span { border-color: rgb(245,48,106); }

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