Html Css Color HEX #F4416A Radical Red

📋 copy color: '#F4416A'

red 244 ◦ green 65 ◦ blue 106

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

Shades of Radical Red #F4416A

Tints of Radical Red #F4416A

RGB

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

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

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

R = 58.8%
G = 15.66%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F4416A (or 0xF4416A) is known color: Radical Red. HEX triplet: F4, 41 and 6A. RGB value is (244,65,106). Sum of RGB (Red+Green+Blue) = 244+65+106=415 (54% of max value = 765). Red value is 244 (95.70% from 255 or 58.80% from 415); Green value is 65 (25.78% from 255 or 15.66% from 415); Blue value is 106 (41.80% from 255 or 25.54% from 415); Max value from RGB is 244 - color contains mainly: red. Hex color #F4416A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4416A is #0BBE95. Grayscale: #7B7B7B. Windows color (decimal): -769686 or 6963700. OLE color: 6963700.

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

Color convert

RGB 244 65 106 -
CMYK 0 0.73 0.57 0.04
HSL 346.26º 0.89% 0.61% -
HSV(B) 346.26º 0.73% 0.96% -
XYZ 41.8 24.05 16.08 -
YUV 123.2 118.3 214.17 -
System Red Green Blue C M Y K H S L
Decimal 244 65 106 0 0.73 0.57 0.04 346.26 0.89 0.61
Hex F4 41 6A 0 49 39 4 15A 59 3D
Octal 364 101 152 0 111 71 4 532 131 75
Binary 11110100 1000001 1101010 0 1001001 111001 100 101011010 1011001 111101

Color Harmonies of #F4416A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4416A

Black with #F4416A

Text Example


Text Example

White with #F4416A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4416A; }

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

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

background-color css

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

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

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

border-color css

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

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

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