Html Css Color HEX #F44164 Radical Red

📋 copy color: '#F44164'

red 244 ◦ green 65 ◦ blue 100

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

Shades of Radical Red #F44164

Tints of Radical Red #F44164

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.89%

 BLUE value IS 100 (39.45% from 255) = 24.45%

R = 59.66%
G = 15.89%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F44164 (or 0xF44164) is known color: Radical Red. HEX triplet: F4, 41 and 64. RGB value is (244,65,100). Sum of RGB (Red+Green+Blue) = 244+65+100=409 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.66% from 409); Green value is 65 (25.78% from 255 or 15.89% from 409); Blue value is 100 (39.45% from 255 or 24.45% from 409); Max value from RGB is 244 - color contains mainly: red. Hex color #F44164 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F44164 is #0BBE9B. Grayscale: #7A7A7A. Windows color (decimal): -769692 or 6570484. OLE color: 6570484.

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

Color convert

RGB 244 65 100 -
CMYK 0 0.73 0.59 0.04
HSL 348.27º 0.89% 0.61% -
HSV(B) 348.27º 0.73% 0.96% -
XYZ 41.5 23.93 14.49 -
YUV 122.51 115.3 214.65 -
System Red Green Blue C M Y K H S L
Decimal 244 65 100 0 0.73 0.59 0.04 348.27 0.89 0.61
Hex F4 41 64 0 49 3B 4 15C 59 3D
Octal 364 101 144 0 111 73 4 534 131 75
Binary 11110100 1000001 1100100 0 1001001 111011 100 101011100 1011001 111101

Color Harmonies of #F44164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F44164

Black with #F44164

Text Example


Text Example

White with #F44164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F44164; }

 p { color: rgb(244,65,100); }

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

background-color css

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

 a { background-color: rgb(244,65,100); }

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

border-color css

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

 span { border-color: rgb(244,65,100); }

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