Html Css Color HEX #F1444C Radical Red

📋 copy color: '#F1444C'

red 241 ◦ green 68 ◦ blue 76

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

Shades of Radical Red #F1444C

Tints of Radical Red #F1444C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.74%

R = 62.6%
G = 17.66%
B = 19.74%

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

#F1444C (or 0xF1444C) is known color: Radical Red. HEX triplet: F1, 44 and 4C. RGB value is (241,68,76). Sum of RGB (Red+Green+Blue) = 241+68+76=385 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.60% from 385); Green value is 68 (26.95% from 255 or 17.66% from 385); Blue value is 76 (30.08% from 255 or 19.74% from 385); Max value from RGB is 241 - color contains mainly: red. Hex color #F1444C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1444C is #0EBBB3. Grayscale: #787878. Windows color (decimal): -965556 or 4998385. OLE color: 4998385.

HSL color Cylindrical-coordinate representation of color #F1444C: hue angle of 357.23º 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 #F1444C is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 68 76 -
CMYK 0 0.72 0.68 0.05
HSL 357.23º 0.86% 0.61% -
HSV(B) 357.23º 0.72% 0.95% -
XYZ 39.65 23.36 9.26 -
YUV 120.64 102.81 213.85 -
System Red Green Blue C M Y K H S L
Decimal 241 68 76 0 0.72 0.68 0.05 357.23 0.86 0.61
Hex F1 44 4C 0 48 44 5 165 56 3D
Octal 361 104 114 0 110 104 5 545 126 75
Binary 11110001 1000100 1001100 0 1001000 1000100 101 101100101 1010110 111101

Color Harmonies of #F1444C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1444C

Black with #F1444C

Text Example


Text Example

White with #F1444C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1444C; }

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

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

background-color css

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

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

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

border-color css

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

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

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