#F74263

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

Shades of Radical Red #F74263

Tints of Radical Red #F74263

Color information

#F74263 (or 0xF74263) is unknown color: approx Radical Red. HEX triplet: F7, 42 and 63. RGB value is (247,66,99). Sum of RGB (Red+Green+Blue) = 247+66+99=412 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.95% from 412); Green value is 66 (26.17% from 255 or 16.02% from 412); Blue value is 99 (39.06% from 255 or 24.03% from 412); Max value from RGB is 247 - color contains mainly: red. Hex color #F74263 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74263 is #08BD9C. Grayscale: #7B7B7B. Windows color (decimal): -572829 or 6505207. OLE color: 6505207.

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

Color convert

RGB2476699-
CMYK00.730.600.03
HSL349.06º91.88%61.37%-
HSV(B)349.06º73.28%96.86%-
XYZ42.5624.5714.3-
YUV123.88113.97215.82-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 59.95%
GREEN value IS 66 (26.17% from 255) = 16.02%
BLUE value IS 99 (39.06% from 255) = 24.03%
R=59.95%
G=16.02%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.60
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247669900.730.600.03349.0691.8861.37
HexF742630493C315d5c3d
Octal367102143011174353513475
Binary111101111000010110001101001001111100111010111011011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F74263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F74263; }

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

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

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

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

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

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

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

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