Html Css Color HEX #F1495B Radical Red

📋 copy color: '#F1495B'

red 241 ◦ green 73 ◦ blue 91

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

Shades of Radical Red #F1495B

Tints of Radical Red #F1495B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.47%

R = 59.51%
G = 18.02%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F1495B (or 0xF1495B) is known color: Radical Red. HEX triplet: F1, 49 and 5B. RGB value is (241,73,91). Sum of RGB (Red+Green+Blue) = 241+73+91=405 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.51% from 405); Green value is 73 (28.91% from 255 or 18.02% from 405); Blue value is 91 (35.94% from 255 or 22.47% from 405); Max value from RGB is 241 - color contains mainly: red. Hex color #F1495B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1495B is #0EB6A4. Grayscale: #7D7D7D. Windows color (decimal): -964261 or 5982705. OLE color: 5982705.

HSL color Cylindrical-coordinate representation of color #F1495B: hue angle of 353.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 #F1495B is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 73 91 -
CMYK 0 0.70 0.62 0.05
HSL 353.57º 0.86% 0.62% -
HSV(B) 353.57º 0.7% 0.95% -
XYZ 40.55 24.22 12.44 -
YUV 125.28 108.66 210.54 -
System Red Green Blue C M Y K H S L
Decimal 241 73 91 0 0.70 0.62 0.05 353.57 0.86 0.62
Hex F1 49 5B 0 46 3E 5 162 56 3E
Octal 361 111 133 0 106 76 5 542 126 76
Binary 11110001 1001001 1011011 0 1000110 111110 101 101100010 1010110 111110

Color Harmonies of #F1495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1495B

Black with #F1495B

Text Example


Text Example

White with #F1495B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1495B; }

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

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

background-color css

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

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

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

border-color css

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

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

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