Html Css Color HEX #F4415D Radical Red

📋 copy color: '#F4415D'

red 244 ◦ green 65 ◦ blue 93

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

Shades of Radical Red #F4415D

Tints of Radical Red #F4415D

RGB

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

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

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

R = 60.7%
G = 16.17%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F4415D (or 0xF4415D) is known color: Radical Red. HEX triplet: F4, 41 and 5D. RGB value is (244,65,93). Sum of RGB (Red+Green+Blue) = 244+65+93=402 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.70% from 402); Green value is 65 (25.78% from 255 or 16.17% from 402); Blue value is 93 (36.72% from 255 or 23.13% from 402); Max value from RGB is 244 - color contains mainly: red. Hex color #F4415D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4415D is #0BBEA2. Grayscale: #797979. Windows color (decimal): -769699 or 6111732. OLE color: 6111732.

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

Color convert

RGB 244 65 93 -
CMYK 0 0.73 0.62 0.04
HSL 350.61º 0.89% 0.61% -
HSV(B) 350.61º 0.73% 0.96% -
XYZ 41.17 23.8 12.78 -
YUV 121.71 111.8 215.22 -
System Red Green Blue C M Y K H S L
Decimal 244 65 93 0 0.73 0.62 0.04 350.61 0.89 0.61
Hex F4 41 5D 0 49 3E 4 15F 59 3D
Octal 364 101 135 0 111 76 4 537 131 75
Binary 11110100 1000001 1011101 0 1001001 111110 100 101011111 1011001 111101

Color Harmonies of #F4415D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4415D

Black with #F4415D

Text Example


Text Example

White with #F4415D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4415D; }

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

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

background-color css

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

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

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

border-color css

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

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

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