Html Css Color HEX #F1444D Radical Red

📋 copy color: '#F1444D'

red 241 ◦ green 68 ◦ blue 77

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

Shades of Radical Red #F1444D

Tints of Radical Red #F1444D

RGB

 RED value IS 241 (94.53% from 255) = 62.44%

 GREEN value IS 68 (26.95% from 255) = 17.62%

 BLUE value IS 77 (30.47% from 255) = 19.95%

R = 62.44%
G = 17.62%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F1444D (or 0xF1444D) is known color: Radical Red. HEX triplet: F1, 44 and 4D. RGB value is (241,68,77). Sum of RGB (Red+Green+Blue) = 241+68+77=386 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.44% from 386); Green value is 68 (26.95% from 255 or 17.62% from 386); Blue value is 77 (30.47% from 255 or 19.95% from 386); Max value from RGB is 241 - color contains mainly: red. Hex color #F1444D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1444D is #0EBBB2. Grayscale: #787878. Windows color (decimal): -965555 or 5063921. OLE color: 5063921.

HSL color Cylindrical-coordinate representation of color #F1444D: hue angle of 356.88º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F1444D is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 68 77 -
CMYK 0 0.72 0.68 0.05
HSL 356.88º 0.86% 0.61% -
HSV(B) 356.88º 0.72% 0.95% -
XYZ 39.68 23.37 9.44 -
YUV 120.75 103.31 213.77 -
System Red Green Blue C M Y K H S L
Decimal 241 68 77 0 0.72 0.68 0.05 356.88 0.86 0.61
Hex F1 44 4D 0 48 44 5 165 56 3D
Octal 361 104 115 0 110 104 5 545 126 75
Binary 11110001 1000100 1001101 0 1001000 1000100 101 101100101 1010110 111101

Color Harmonies of #F1444D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1444D

Black with #F1444D

Text Example


Text Example

White with #F1444D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1444D; }

 p { color: rgb(241,68,77); }

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

background-color css

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

 a { background-color: rgb(241,68,77); }

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

border-color css

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

 span { border-color: rgb(241,68,77); }

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