#F7465C

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

Shades of Radical Red #F7465C

Tints of Radical Red #F7465C

Color information

#F7465C (or 0xF7465C) is unknown color: approx Radical Red. HEX triplet: F7, 46 and 5C. RGB value is (247,70,92). Sum of RGB (Red+Green+Blue) = 247+70+92=409 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.39% from 409); Green value is 70 (27.73% from 255 or 17.11% from 409); Blue value is 92 (36.33% from 255 or 22.49% from 409); Max value from RGB is 247 - color contains mainly: red. Hex color #F7465C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7465C is #08B9A3. Grayscale: #7D7D7D. Windows color (decimal): -571812 or 6047479. OLE color: 6047479.

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

Color convert

RGB2477092-
CMYK00.720.630.03
HSL352.54º91.71%62.16%-
HSV(B)352.54º71.66%96.86%-
XYZ42.4824.9312.7-
YUV125.43109.14214.71-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 60.39%
GREEN value IS 70 (27.73% from 255) = 17.11%
BLUE value IS 92 (36.33% from 255) = 22.49%
R=60.39%
G=17.11%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.63
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247709200.720.630.03352.5491.7162.16
HexF7465C0483F31615c3e
Octal367106134011077354113476
Binary111101111000110101110001001000111111111011000011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7465C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7465C; }

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

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

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

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

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

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

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

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