Html Css Color HEX #F1494D Radical Red

📋 copy color: '#F1494D'

red 241 ◦ green 73 ◦ blue 77

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

Shades of Radical Red #F1494D

Tints of Radical Red #F1494D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.67%

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

R = 61.64%
G = 18.67%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F1494D (or 0xF1494D) is known color: Radical Red. HEX triplet: F1, 49 and 4D. RGB value is (241,73,77). Sum of RGB (Red+Green+Blue) = 241+73+77=391 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.64% from 391); Green value is 73 (28.91% from 255 or 18.67% from 391); Blue value is 77 (30.47% from 255 or 19.69% from 391); Max value from RGB is 241 - color contains mainly: red. Hex color #F1494D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1494D is #0EB6B2. Grayscale: #7B7B7B. Windows color (decimal): -964275 or 5065201. OLE color: 5065201.

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

Color convert

RGB 241 73 77 -
CMYK 0 0.70 0.68 0.05
HSL 358.57º 0.86% 0.62% -
HSV(B) 358.57º 0.7% 0.95% -
XYZ 40 24 9.55 -
YUV 123.69 101.66 211.67 -
System Red Green Blue C M Y K H S L
Decimal 241 73 77 0 0.70 0.68 0.05 358.57 0.86 0.62
Hex F1 49 4D 0 46 44 5 167 56 3E
Octal 361 111 115 0 106 104 5 547 126 76
Binary 11110001 1001001 1001101 0 1000110 1000100 101 101100111 1010110 111110

Color Harmonies of #F1494D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1494D

Black with #F1494D

Text Example


Text Example

White with #F1494D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1494D; }

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

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

background-color css

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

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

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

border-color css

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

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

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