#F44860

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

Shades of Radical Red #F44860

Tints of Radical Red #F44860

Color information

#F44860 (or 0xF44860) is unknown color: approx Radical Red. HEX triplet: F4, 48 and 60. RGB value is (244,72,96). Sum of RGB (Red+Green+Blue) = 244+72+96=412 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.22% from 412); Green value is 72 (28.52% from 255 or 17.48% from 412); Blue value is 96 (37.89% from 255 or 23.30% from 412); Max value from RGB is 244 - color contains mainly: red. Hex color #F44860 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F44860 is #0BB79F. Grayscale: #7E7E7E. Windows color (decimal): -767904 or 6310132. OLE color: 6310132.

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

Color convert

RGB2447296-
CMYK00.700.610.04
HSL351.63º88.66%61.96%-
HSV(B)351.63º70.49%95.69%-
XYZ41.7424.7113.64-
YUV126.16110.98212.05-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 59.22%
GREEN value IS 72 (28.52% from 255) = 17.48%
BLUE value IS 96 (37.89% from 255) = 23.30%
R=59.22%
G=17.48%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244729600.700.610.04351.6388.6661.96
HexF448600463D4160593e
Octal364110140010675454013176
Binary1111010010010001100000010001101111011001011000001011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F44860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F44860; }

 p { color: rgb(244,72,96); }

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

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

 a { background-color: rgb(244,72,96); }

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

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

 span { border-color: rgb(244,72,96); }

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