#F7495C

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

Shades of Radical Red #F7495C

Tints of Radical Red #F7495C

Color information

#F7495C (or 0xF7495C) is unknown color: approx Radical Red. HEX triplet: F7, 49 and 5C. RGB value is (247,73,92). Sum of RGB (Red+Green+Blue) = 247+73+92=412 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.95% from 412); Green value is 73 (28.91% from 255 or 17.72% from 412); Blue value is 92 (36.33% from 255 or 22.33% from 412); Max value from RGB is 247 - color contains mainly: red. Hex color #F7495C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7495C is #08B6A3. Grayscale: #7F7F7F. Windows color (decimal): -571044 or 6048247. OLE color: 6048247.

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

Color convert

RGB2477392-
CMYK00.700.630.03
HSL353.45º91.58%62.75%-
HSV(B)353.45º70.45%96.86%-
XYZ42.6725.3112.76-
YUV127.19108.15213.46-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 59.95%
GREEN value IS 73 (28.91% from 255) = 17.72%
BLUE value IS 92 (36.33% from 255) = 22.33%
R=59.95%
G=17.72%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.63
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247739200.700.630.03353.4591.5862.75
HexF7495C0463F31615c3f
Octal367111134010677354113477
Binary111101111001001101110001000110111111111011000011011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7495C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7495C; }

 p { color: rgb(247,73,92); }

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

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

 a { background-color: rgb(247,73,92); }

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

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

 span { border-color: rgb(247,73,92); }

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