Html Css Color HEX #F4316C Radical Red

📋 copy color: '#F4316C'

red 244 ◦ green 49 ◦ blue 108

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

Shades of Radical Red #F4316C

Tints of Radical Red #F4316C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.22%

 BLUE value IS 108 (42.58% from 255) = 26.93%

R = 60.85%
G = 12.22%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F4316C (or 0xF4316C) is known color: Radical Red. HEX triplet: F4, 31 and 6C. RGB value is (244,49,108). Sum of RGB (Red+Green+Blue) = 244+49+108=401 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.85% from 401); Green value is 49 (19.53% from 255 or 12.22% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 244 - color contains mainly: red. Hex color #F4316C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4316C is #0BCE93. Grayscale: #717171. Windows color (decimal): -773780 or 7090676. OLE color: 7090676.

HSL color Cylindrical-coordinate representation of color #F4316C: hue angle of 341.85º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F4316C is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 49 108 -
CMYK 0 0.80 0.56 0.04
HSL 341.85º 0.9% 0.57% -
HSV(B) 341.85º 0.8% 0.96% -
XYZ 41.11 22.51 16.37 -
YUV 114.03 124.6 220.7 -
System Red Green Blue C M Y K H S L
Decimal 244 49 108 0 0.80 0.56 0.04 341.85 0.9 0.57
Hex F4 31 6C 0 50 38 4 156 5A 39
Octal 364 61 154 0 120 70 4 526 132 71
Binary 11110100 110001 1101100 0 1010000 111000 100 101010110 1011010 111001

Color Harmonies of #F4316C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4316C

Black with #F4316C

Text Example


Text Example

White with #F4316C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4316C; }

 p { color: rgb(244,49,108); }

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

background-color css

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

 a { background-color: rgb(244,49,108); }

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

border-color css

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

 span { border-color: rgb(244,49,108); }

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