#F74269

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

Shades of Radical Red #F74269

Tints of Radical Red #F74269

Color information

#F74269 (or 0xF74269) is unknown color: approx Radical Red. HEX triplet: F7, 42 and 69. RGB value is (247,66,105). Sum of RGB (Red+Green+Blue) = 247+66+105=418 (55% of max value = 765). Red value is 247 (96.88% from 255 or 59.09% from 418); Green value is 66 (26.17% from 255 or 15.79% from 418); Blue value is 105 (41.41% from 255 or 25.12% from 418); Max value from RGB is 247 - color contains mainly: red. Hex color #F74269 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74269 is #08BD96. Grayscale: #7C7C7C. Windows color (decimal): -572823 or 6898423. OLE color: 6898423.

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

Color convert

RGB24766105-
CMYK00.730.570.03
HSL347.07º91.88%61.37%-
HSV(B)347.07º73.28%96.86%-
XYZ42.8624.6915.87-
YUV124.56116.97215.33-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 59.09%
GREEN value IS 66 (26.17% from 255) = 15.79%
BLUE value IS 105 (41.41% from 255) = 25.12%
R=59.09%
G=15.79%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2476610500.730.570.03347.0791.8861.37
HexF7426904939315b5c3d
Octal367102151011171353313475
Binary111101111000010110100101001001111001111010110111011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F74269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F74269; }

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

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

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

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

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

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

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

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