#F74270

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

Shades of Radical Red #F74270

Tints of Radical Red #F74270

Color information

#F74270 (or 0xF74270) is unknown color: approx Radical Red. HEX triplet: F7, 42 and 70. RGB value is (247,66,112). Sum of RGB (Red+Green+Blue) = 247+66+112=425 (56% of max value = 765). Red value is 247 (96.88% from 255 or 58.12% from 425); Green value is 66 (26.17% from 255 or 15.53% from 425); Blue value is 112 (44.14% from 255 or 26.35% from 425); Max value from RGB is 247 - color contains mainly: red. Hex color #F74270 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74270 is #08BD8F. Grayscale: #7D7D7D. Windows color (decimal): -572816 or 7357175. OLE color: 7357175.

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

Color convert

RGB24766112-
CMYK00.730.550.03
HSL344.75º91.88%61.37%-
HSV(B)344.75º73.28%96.86%-
XYZ43.2324.8417.85-
YUV125.36120.47214.76-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 58.12%
GREEN value IS 66 (26.17% from 255) = 15.53%
BLUE value IS 112 (44.14% from 255) = 26.35%
R=58.12%
G=15.53%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.55
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2476611200.730.550.03344.7591.8861.37
HexF742700493731595c3d
Octal367102160011167353113475
Binary111101111000010111000001001001110111111010110011011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F74270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F74270; }

 p { color: rgb(247,66,112); }

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

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

 a { background-color: rgb(247,66,112); }

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

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

 span { border-color: rgb(247,66,112); }

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