#F7505B

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

Shades of Radical Red #F7505B

Tints of Radical Red #F7505B

Color information

#F7505B (or 0xF7505B) is unknown color: approx Radical Red. HEX triplet: F7, 50 and 5B. RGB value is (247,80,91). Sum of RGB (Red+Green+Blue) = 247+80+91=418 (55% of max value = 765). Red value is 247 (96.88% from 255 or 59.09% from 418); Green value is 80 (31.64% from 255 or 19.14% from 418); Blue value is 91 (35.94% from 255 or 21.77% from 418); Max value from RGB is 247 - color contains mainly: red. Hex color #F7505B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7505B is #08AFA4. Grayscale: #838383. Windows color (decimal): -569253 or 5984503. OLE color: 5984503.

HSL color Cylindrical-coordinate representation of color #F7505B: hue angle of 356.05º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F7505B is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB2478091-
CMYK00.680.630.03
HSL356.05º91.26%64.12%-
HSV(B)356.05º67.61%96.86%-
XYZ43.1126.2712.7-
YUV131.19105.33210.61-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 59.09%
GREEN value IS 80 (31.64% from 255) = 19.14%
BLUE value IS 91 (35.94% from 255) = 21.77%
R=59.09%
G=19.14%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.63
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247809100.680.630.03356.0591.2664.12
HexF7505B0443F31645b40
Octal3671201330104773544133100
Binary1111011110100001011011010001001111111110110010010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7505B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7505B; }

 p { color: rgb(247,80,91); }

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

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

 a { background-color: rgb(247,80,91); }

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

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

 span { border-color: rgb(247,80,91); }

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