#FF4244

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

Shades of Radical Red #FF4244

Tints of Radical Red #FF4244

Color information

#FF4244 (or 0xFF4244) is unknown color: approx Radical Red. HEX triplet: FF, 42 and 44. RGB value is (255,66,68). Sum of RGB (Red+Green+Blue) = 255+66+68=389 (51% of max value = 765). Red value is 255 (100% from 255 or 65.55% from 389); Green value is 66 (26.17% from 255 or 16.97% from 389); Blue value is 68 (26.95% from 255 or 17.48% from 389); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4244 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4244 is #00BDBB. Grayscale: #7A7A7A. Windows color (decimal): -48572 or 4473599. OLE color: 4473599.

HSL color Cylindrical-coordinate representation of color #FF4244: hue angle of 359.37º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FF4244 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.

Color convert

RGB2556668-
CMYK00.740.730
HSL359.37º100%62.94%-
HSV(B)359.37º74.12%100%-
XYZ44.2325.578.07-
YUV122.7497.12222.34-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 65.55%
GREEN value IS 66 (26.17% from 255) = 16.97%
BLUE value IS 68 (26.95% from 255) = 17.48%
R=65.55%
G=16.97%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.73
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255666800.740.730359.3710062.94
HexFF424404A490167643f
Octal3771021040112111054714477
Binary111111111000010100010001001010100100101011001111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4244; }

 p { color: rgb(255,66,68); }

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

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

 a { background-color: rgb(255,66,68); }

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

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

 span { border-color: rgb(255,66,68); }

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