#F1485C

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

Shades of Radical Red #F1485C

Tints of Radical Red #F1485C

Color information

#F1485C (or 0xF1485C) is unknown color: approx Radical Red. HEX triplet: F1, 48 and 5C. RGB value is (241,72,92). Sum of RGB (Red+Green+Blue) = 241+72+92=405 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.51% from 405); Green value is 72 (28.52% from 255 or 17.78% from 405); Blue value is 92 (36.33% from 255 or 22.72% from 405); Max value from RGB is 241 - color contains mainly: red. Hex color #F1485C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1485C is #0EB7A3. Grayscale: #7C7C7C. Windows color (decimal): -964516 or 6047985. OLE color: 6047985.

HSL color Cylindrical-coordinate representation of color #F1485C: hue angle of 352.9º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F1485C is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB2417292-
CMYK00.700.620.05
HSL352.9º85.79%61.37%-
HSV(B)352.9º70.12%94.51%-
XYZ40.5224.1112.64-
YUV124.81109.49210.87-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 59.51%
GREEN value IS 72 (28.52% from 255) = 17.78%
BLUE value IS 92 (36.33% from 255) = 22.72%
R=59.51%
G=17.78%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241729200.700.620.05352.985.7961.37
HexF1485C0463E5161563d
Octal361110134010676554112675
Binary1111000110010001011100010001101111101011011000011010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1485C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1485C; }

 p { color: rgb(241,72,92); }

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

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

 a { background-color: rgb(241,72,92); }

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

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

 span { border-color: rgb(241,72,92); }

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