Html Css Color HEX #F4405D Radical Red

📋 copy color: '#F4405D'

red 244 ◦ green 64 ◦ blue 93

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

Shades of Radical Red #F4405D

Tints of Radical Red #F4405D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.19%

R = 60.85%
G = 15.96%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F4405D (or 0xF4405D) is known color: Radical Red. HEX triplet: F4, 40 and 5D. RGB value is (244,64,93). Sum of RGB (Red+Green+Blue) = 244+64+93=401 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.85% from 401); Green value is 64 (25.39% from 255 or 15.96% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 244 - color contains mainly: red. Hex color #F4405D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4405D is #0BBFA2. Grayscale: #797979. Windows color (decimal): -769955 or 6111476. OLE color: 6111476.

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

Color convert

RGB 244 64 93 -
CMYK 0 0.74 0.62 0.04
HSL 350.33º 0.89% 0.6% -
HSV(B) 350.33º 0.74% 0.96% -
XYZ 41.12 23.69 12.76 -
YUV 121.13 112.13 215.64 -
System Red Green Blue C M Y K H S L
Decimal 244 64 93 0 0.74 0.62 0.04 350.33 0.89 0.6
Hex F4 40 5D 0 4A 3E 4 15E 59 3C
Octal 364 100 135 0 112 76 4 536 131 74
Binary 11110100 1000000 1011101 0 1001010 111110 100 101011110 1011001 111100

Color Harmonies of #F4405D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4405D

Black with #F4405D

Text Example


Text Example

White with #F4405D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4405D; }

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

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

background-color css

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

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

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

border-color css

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

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

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