Html Css Color HEX #F4316A Radical Red

📋 copy color: '#F4316A'

red 244 ◦ green 49 ◦ blue 106

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

Shades of Radical Red #F4316A

Tints of Radical Red #F4316A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.57%

R = 61.15%
G = 12.28%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F4316A (or 0xF4316A) is known color: Radical Red. HEX triplet: F4, 31 and 6A. RGB value is (244,49,106). Sum of RGB (Red+Green+Blue) = 244+49+106=399 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.15% from 399); Green value is 49 (19.53% from 255 or 12.28% from 399); Blue value is 106 (41.80% from 255 or 26.57% from 399); Max value from RGB is 244 - color contains mainly: red. Hex color #F4316A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4316A is #0BCE95. Grayscale: #717171. Windows color (decimal): -773782 or 6959604. OLE color: 6959604.

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

Color convert

RGB 244 49 106 -
CMYK 0 0.80 0.57 0.04
HSL 342.46º 0.9% 0.57% -
HSV(B) 342.46º 0.8% 0.96% -
XYZ 41.01 22.47 15.81 -
YUV 113.8 123.6 220.87 -
System Red Green Blue C M Y K H S L
Decimal 244 49 106 0 0.80 0.57 0.04 342.46 0.9 0.57
Hex F4 31 6A 0 50 39 4 156 5A 39
Octal 364 61 152 0 120 71 4 526 132 71
Binary 11110100 110001 1101010 0 1010000 111001 100 101010110 1011010 111001

Color Harmonies of #F4316A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4316A

Black with #F4316A

Text Example


Text Example

White with #F4316A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4316A; }

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

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

background-color css

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

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

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

border-color css

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

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

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