#F44270

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

Shades of Radical Red #F44270

Tints of Radical Red #F44270

Color information

#F44270 (or 0xF44270) is unknown color: approx Radical Red. HEX triplet: F4, 42 and 70. RGB value is (244,66,112). Sum of RGB (Red+Green+Blue) = 244+66+112=422 (55% of max value = 765). Red value is 244 (95.70% from 255 or 57.82% from 422); Green value is 66 (26.17% from 255 or 15.64% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 244 - color contains mainly: red. Hex color #F44270 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F44270 is #0BBD8F. Grayscale: #7C7C7C. Windows color (decimal): -769424 or 7357172. OLE color: 7357172.

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

Color convert

RGB24466112-
CMYK00.730.540.04
HSL344.49º89%60.78%-
HSV(B)344.49º72.95%95.69%-
XYZ42.1824.317.8-
YUV124.47120.97213.26-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 57.82%
GREEN value IS 66 (26.17% from 255) = 15.64%
BLUE value IS 112 (44.14% from 255) = 26.54%
R=57.82%
G=15.64%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2446611200.730.540.04344.498960.78
HexF44270049364158593d
Octal364102160011166453013175
Binary1111010010000101110000010010011101101001010110001011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F44270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F44270; }

 p { color: rgb(244,66,112); }

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

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

 a { background-color: rgb(244,66,112); }

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

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

 span { border-color: rgb(244,66,112); }

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