#F14461

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

Shades of Radical Red #F14461

Tints of Radical Red #F14461

Color information

#F14461 (or 0xF14461) is unknown color: approx Radical Red. HEX triplet: F1, 44 and 61. RGB value is (241,68,97). Sum of RGB (Red+Green+Blue) = 241+68+97=406 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.36% from 406); Green value is 68 (26.95% from 255 or 16.75% from 406); Blue value is 97 (38.28% from 255 or 23.89% from 406); Max value from RGB is 241 - color contains mainly: red. Hex color #F14461 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14461 is #0EBB9E. Grayscale: #7B7B7B. Windows color (decimal): -965535 or 6374641. OLE color: 6374641.

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

Color convert

RGB2416897-
CMYK00.720.600.05
HSL349.94º86.07%60.59%-
HSV(B)349.94º71.78%94.51%-
XYZ40.523.713.75-
YUV123.03113.31212.14-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 59.36%
GREEN value IS 68 (26.95% from 255) = 16.75%
BLUE value IS 97 (38.28% from 255) = 23.89%
R=59.36%
G=16.75%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241689700.720.600.05349.9486.0760.59
HexF144610483C515e563d
Octal361104141011074553612675
Binary1111000110001001100001010010001111001011010111101010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14461; }

 p { color: rgb(241,68,97); }

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

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

 a { background-color: rgb(241,68,97); }

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

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

 span { border-color: rgb(241,68,97); }

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