#F74850

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

Shades of Radical Red #F74850

Tints of Radical Red #F74850

Color information

#F74850 (or 0xF74850) is unknown color: approx Radical Red. HEX triplet: F7, 48 and 50. RGB value is (247,72,80). Sum of RGB (Red+Green+Blue) = 247+72+80=399 (52% of max value = 765). Red value is 247 (96.88% from 255 or 61.90% from 399); Green value is 72 (28.52% from 255 or 18.05% from 399); Blue value is 80 (31.64% from 255 or 20.05% from 399); Max value from RGB is 247 - color contains mainly: red. Hex color #F74850 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74850 is #08B7AF. Grayscale: #7D7D7D. Windows color (decimal): -571312 or 5261559. OLE color: 5261559.

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

Color convert

RGB2477280-
CMYK00.710.680.03
HSL357.26º91.62%62.55%-
HSV(B)357.26º70.85%96.86%-
XYZ42.1224.9910.19-
YUV125.24102.48214.85-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 61.90%
GREEN value IS 72 (28.52% from 255) = 18.05%
BLUE value IS 80 (31.64% from 255) = 20.05%
R=61.90%
G=18.05%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.68
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247728000.710.680.03357.2691.6262.55
HexF748500474431655c3f
Octal3671101200107104354513477
Binary1111011110010001010000010001111000100111011001011011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F74850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F74850; }

 p { color: rgb(247,72,80); }

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

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

 a { background-color: rgb(247,72,80); }

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

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

 span { border-color: rgb(247,72,80); }

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