#F1456A

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

Shades of Radical Red #F1456A

Tints of Radical Red #F1456A

Color information

#F1456A (or 0xF1456A) is unknown color: approx Radical Red. HEX triplet: F1, 45 and 6A. RGB value is (241,69,106). Sum of RGB (Red+Green+Blue) = 241+69+106=416 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.93% from 416); Green value is 69 (27.34% from 255 or 16.59% from 416); Blue value is 106 (41.80% from 255 or 25.48% from 416); Max value from RGB is 241 - color contains mainly: red. Hex color #F1456A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1456A is #0EBA95. Grayscale: #7C7C7C. Windows color (decimal): -965270 or 6964721. OLE color: 6964721.

HSL color Cylindrical-coordinate representation of color #F1456A: hue angle of 347.09º degrees, saturation: 0.86, 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 #F1456A is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB24169106-
CMYK00.710.560.05
HSL347.09º86%60.78%-
HSV(B)347.09º71.37%94.51%-
XYZ41.012416.11-
YUV124.65117.48210.99-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 57.93%
GREEN value IS 69 (27.34% from 255) = 16.59%
BLUE value IS 106 (41.80% from 255) = 25.48%
R=57.93%
G=16.59%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416910600.710.560.05347.098660.78
HexF1456A04738515b563d
Octal361105152010770553312675
Binary1111000110001011101010010001111110001011010110111010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1456A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1456A; }

 p { color: rgb(241,69,106); }

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

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

 a { background-color: rgb(241,69,106); }

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

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

 span { border-color: rgb(241,69,106); }

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