#F74764

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

Shades of Radical Red #F74764

Tints of Radical Red #F74764

Color information

#F74764 (or 0xF74764) is unknown color: approx Radical Red. HEX triplet: F7, 47 and 64. RGB value is (247,71,100). Sum of RGB (Red+Green+Blue) = 247+71+100=418 (55% of max value = 765). Red value is 247 (96.88% from 255 or 59.09% from 418); Green value is 71 (28.12% from 255 or 16.99% from 418); Blue value is 100 (39.45% from 255 or 23.92% from 418); Max value from RGB is 247 - color contains mainly: red. Hex color #F74764 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74764 is #08B89B. Grayscale: #7E7E7E. Windows color (decimal): -571548 or 6572023. OLE color: 6572023.

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

Color convert

RGB24771100-
CMYK00.710.600.03
HSL350.11º91.67%62.35%-
HSV(B)350.11º71.26%96.86%-
XYZ42.9125.214.66-
YUV126.93112.81213.64-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 59.09%
GREEN value IS 71 (28.12% from 255) = 16.99%
BLUE value IS 100 (39.45% from 255) = 23.92%
R=59.09%
G=16.99%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.60
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2477110000.710.600.03350.1191.6762.35
HexF747640473C315e5c3e
Octal367107144010774353613476
Binary111101111000111110010001000111111100111010111101011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F74764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F74764; }

 p { color: rgb(247,71,100); }

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

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

 a { background-color: rgb(247,71,100); }

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

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

 span { border-color: rgb(247,71,100); }

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