#F2415C

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

Shades of Radical Red #F2415C

Tints of Radical Red #F2415C

Color information

#F2415C (or 0xF2415C) is unknown color: approx Radical Red. HEX triplet: F2, 41 and 5C. RGB value is (242,65,92). Sum of RGB (Red+Green+Blue) = 242+65+92=399 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.65% from 399); Green value is 65 (25.78% from 255 or 16.29% from 399); Blue value is 92 (36.33% from 255 or 23.06% from 399); Max value from RGB is 242 - color contains mainly: red. Hex color #F2415C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2415C is #0DBEA3. Grayscale: #797979. Windows color (decimal): -900772 or 6046194. OLE color: 6046194.

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

Color convert

RGB2426592-
CMYK00.730.620.05
HSL350.85º87.19%60.2%-
HSV(B)350.85º73.14%94.9%-
XYZ40.4423.4312.52-
YUV121111.64214.3-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 60.65%
GREEN value IS 65 (25.78% from 255) = 16.29%
BLUE value IS 92 (36.33% from 255) = 23.06%
R=60.65%
G=16.29%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242659200.730.620.05350.8587.1960.2
HexF2415C0493E515f573c
Octal362101134011176553712774
Binary1111001010000011011100010010011111101011010111111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2415C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2415C; }

 p { color: rgb(242,65,92); }

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

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

 a { background-color: rgb(242,65,92); }

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

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

 span { border-color: rgb(242,65,92); }

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