#F7465A

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

Shades of Radical Red #F7465A

Tints of Radical Red #F7465A

Color information

#F7465A (or 0xF7465A) is unknown color: approx Radical Red. HEX triplet: F7, 46 and 5A. RGB value is (247,70,90). Sum of RGB (Red+Green+Blue) = 247+70+90=407 (53% of max value = 765). Red value is 247 (96.88% from 255 or 60.69% from 407); Green value is 70 (27.73% from 255 or 17.20% from 407); Blue value is 90 (35.55% from 255 or 22.11% from 407); Max value from RGB is 247 - color contains mainly: red. Hex color #F7465A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7465A is #08B9A5. Grayscale: #7D7D7D. Windows color (decimal): -571814 or 5916407. OLE color: 5916407.

HSL color Cylindrical-coordinate representation of color #F7465A: hue angle of 353.22º 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 #F7465A is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.03.

Color convert

RGB2477090-
CMYK00.720.640.03
HSL353.22º91.71%62.16%-
HSV(B)353.22º71.66%96.86%-
XYZ42.3924.8912.24-
YUV125.2108.14214.87-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 60.69%
GREEN value IS 70 (27.73% from 255) = 17.20%
BLUE value IS 90 (35.55% from 255) = 22.11%
R=60.69%
G=17.20%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.64
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247709000.720.640.03353.2291.7162.16
HexF7465A0484031615c3e
Octal3671061320110100354113476
Binary1111011110001101011010010010001000000111011000011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7465A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7465A; }

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

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

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

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

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

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

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

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