#F2415E

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

Shades of Radical Red #F2415E

Tints of Radical Red #F2415E

Color information

#F2415E (or 0xF2415E) is unknown color: approx Radical Red. HEX triplet: F2, 41 and 5E. RGB value is (242,65,94). Sum of RGB (Red+Green+Blue) = 242+65+94=401 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.35% from 401); Green value is 65 (25.78% from 255 or 16.21% from 401); Blue value is 94 (37.11% from 255 or 23.44% from 401); Max value from RGB is 242 - color contains mainly: red. Hex color #F2415E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2415E is #0DBEA1. Grayscale: #797979. Windows color (decimal): -900770 or 6177266. OLE color: 6177266.

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

Color convert

RGB2426594-
CMYK00.730.610.05
HSL350.17º87.19%60.2%-
HSV(B)350.17º73.14%94.9%-
XYZ40.5323.4712.98-
YUV121.23112.64214.14-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 60.35%
GREEN value IS 65 (25.78% from 255) = 16.21%
BLUE value IS 94 (37.11% from 255) = 23.44%
R=60.35%
G=16.21%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242659400.730.610.05350.1787.1960.2
HexF2415E0493D515e573c
Octal362101136011175553612774
Binary1111001010000011011110010010011111011011010111101010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2415E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2415E; }

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

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

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

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

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

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

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

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