Html Css Color HEX #F44C60 Radical Red

📋 copy color: '#F44C60'

red 244 ◦ green 76 ◦ blue 96

#F44C60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Radical Red #F44C60

Tints of Radical Red #F44C60

RGB

 RED value IS 244 (95.7% from 255) = 58.65%

 GREEN value IS 76 (30.08% from 255) = 18.27%

 BLUE value IS 96 (37.89% from 255) = 23.08%

R = 58.65%
G = 18.27%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F44C60 (or 0xF44C60) is known color: Radical Red. HEX triplet: F4, 4C and 60. RGB value is (244,76,96). Sum of RGB (Red+Green+Blue) = 244+76+96=416 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.65% from 416); Green value is 76 (30.08% from 255 or 18.27% from 416); Blue value is 96 (37.89% from 255 or 23.08% from 416); Max value from RGB is 244 - color contains mainly: red. Hex color #F44C60 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F44C60 is #0BB39F. Grayscale: #808080. Windows color (decimal): -766880 or 6311156. OLE color: 6311156.

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

Color convert

RGB 244 76 96 -
CMYK 0 0.69 0.61 0.04
HSL 352.86º 0.88% 0.63% -
HSV(B) 352.86º 0.69% 0.96% -
XYZ 42 25.25 13.73 -
YUV 128.51 109.66 210.37 -
System Red Green Blue C M Y K H S L
Decimal 244 76 96 0 0.69 0.61 0.04 352.86 0.88 0.63
Hex F4 4C 60 0 45 3D 4 161 58 3F
Octal 364 114 140 0 105 75 4 541 130 77
Binary 11110100 1001100 1100000 0 1000101 111101 100 101100001 1011000 111111

Color Harmonies of #F44C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F44C60

Black with #F44C60

Text Example


Text Example

White with #F44C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F44C60; }

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

 H1.HeaderClassName
 {
   color: #F44C60;
 }
 .AnyTagClassName
 {
   color: #F44C60;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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