#F2474E

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

Shades of Radical Red #F2474E

Tints of Radical Red #F2474E

Color information

#F2474E (or 0xF2474E) is unknown color: approx Radical Red. HEX triplet: F2, 47 and 4E. RGB value is (242,71,78). Sum of RGB (Red+Green+Blue) = 242+71+78=391 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.89% from 391); Green value is 71 (28.12% from 255 or 18.16% from 391); Blue value is 78 (30.86% from 255 or 19.95% from 391); Max value from RGB is 242 - color contains mainly: red. Hex color #F2474E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2474E is #0DB8B1. Grayscale: #7B7B7B. Windows color (decimal): -899250 or 5130226. OLE color: 5130226.

HSL color Cylindrical-coordinate representation of color #F2474E: hue angle of 357.54º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F2474E is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB2427178-
CMYK00.710.680.05
HSL357.54º86.8%61.37%-
HSV(B)357.54º70.66%94.9%-
XYZ40.2523.939.71-
YUV122.93102.65212.93-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 61.89%
GREEN value IS 71 (28.12% from 255) = 18.16%
BLUE value IS 78 (30.86% from 255) = 19.95%
R=61.89%
G=18.16%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242717800.710.680.05357.5486.861.37
HexF2474E047445166573d
Octal3621071160107104554612775
Binary11110010100011110011100100011110001001011011001101010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2474E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2474E; }

 p { color: rgb(242,71,78); }

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

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

 a { background-color: rgb(242,71,78); }

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

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

 span { border-color: rgb(242,71,78); }

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