Html Css Color HEX #F4404A Radical Red

📋 copy color: '#F4404A'

red 244 ◦ green 64 ◦ blue 74

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

Shades of Radical Red #F4404A

Tints of Radical Red #F4404A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.75%

 BLUE value IS 74 (29.3% from 255) = 19.37%

R = 63.87%
G = 16.75%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F4404A (or 0xF4404A) is known color: Radical Red. HEX triplet: F4, 40 and 4A. RGB value is (244,64,74). Sum of RGB (Red+Green+Blue) = 244+64+74=382 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.87% from 382); Green value is 64 (25.39% from 255 or 16.75% from 382); Blue value is 74 (29.30% from 255 or 19.37% from 382); Max value from RGB is 244 - color contains mainly: red. Hex color #F4404A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4404A is #0BBFB5. Grayscale: #777777. Windows color (decimal): -769974 or 4866292. OLE color: 4866292.

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

Color convert

RGB 244 64 74 -
CMYK 0 0.74 0.70 0.04
HSL 356.67º 0.89% 0.6% -
HSV(B) 356.67º 0.74% 0.96% -
XYZ 40.38 23.39 8.87 -
YUV 118.96 102.63 217.19 -
System Red Green Blue C M Y K H S L
Decimal 244 64 74 0 0.74 0.70 0.04 356.67 0.89 0.6
Hex F4 40 4A 0 4A 46 4 165 59 3C
Octal 364 100 112 0 112 106 4 545 131 74
Binary 11110100 1000000 1001010 0 1001010 1000110 100 101100101 1011001 111100

Color Harmonies of #F4404A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4404A

Black with #F4404A

Text Example


Text Example

White with #F4404A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4404A; }

 p { color: rgb(244,64,74); }

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

background-color css

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

 a { background-color: rgb(244,64,74); }

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

border-color css

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

 span { border-color: rgb(244,64,74); }

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