Html Css Color HEX #F4494D Radical Red

📋 copy color: '#F4494D'

red 244 ◦ green 73 ◦ blue 77

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

Shades of Radical Red #F4494D

Tints of Radical Red #F4494D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.53%

 BLUE value IS 77 (30.47% from 255) = 19.54%

R = 61.93%
G = 18.53%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.04

RGB Variations

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

Color information

#F4494D (or 0xF4494D) is known color: Radical Red. HEX triplet: F4, 49 and 4D. RGB value is (244,73,77). Sum of RGB (Red+Green+Blue) = 244+73+77=394 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.93% from 394); Green value is 73 (28.91% from 255 or 18.53% from 394); Blue value is 77 (30.47% from 255 or 19.54% from 394); Max value from RGB is 244 - color contains mainly: red. Hex color #F4494D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4494D is #0BB6B2. Grayscale: #7C7C7C. Windows color (decimal): -767667 or 5065204. OLE color: 5065204.

HSL color Cylindrical-coordinate representation of color #F4494D: hue angle of 358.6º 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 #F4494D is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 73 77 -
CMYK 0 0.70 0.68 0.04
HSL 358.6º 0.89% 0.62% -
HSV(B) 358.6º 0.7% 0.96% -
XYZ 41.03 24.53 9.59 -
YUV 124.59 101.15 213.17 -
System Red Green Blue C M Y K H S L
Decimal 244 73 77 0 0.70 0.68 0.04 358.6 0.89 0.62
Hex F4 49 4D 0 46 44 4 167 59 3E
Octal 364 111 115 0 106 104 4 547 131 76
Binary 11110100 1001001 1001101 0 1000110 1000100 100 101100111 1011001 111110

Color Harmonies of #F4494D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4494D

Black with #F4494D

Text Example


Text Example

White with #F4494D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4494D; }

 p { color: rgb(244,73,77); }

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

background-color css

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

 a { background-color: rgb(244,73,77); }

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

border-color css

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

 span { border-color: rgb(244,73,77); }

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