Html Css Color HEX #F1195E Ruby

📋 copy color: '#F1195E'

red 241 ◦ green 25 ◦ blue 94

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

Shades of Ruby #F1195E

Tints of Ruby #F1195E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.94%

 BLUE value IS 94 (37.11% from 255) = 26.11%

R = 66.94%
G = 6.94%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F1195E (or 0xF1195E) is known color: Ruby. HEX triplet: F1, 19 and 5E. RGB value is (241,25,94). Sum of RGB (Red+Green+Blue) = 241+25+94=360 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.94% from 360); Green value is 25 (10.16% from 255 or 6.94% from 360); Blue value is 94 (37.11% from 255 or 26.11% from 360); Max value from RGB is 241 - color contains mainly: red. Hex color #F1195E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1195E is #0EE6A1. Grayscale: #616161. Windows color (decimal): -976546 or 6167025. OLE color: 6167025.

HSL color Cylindrical-coordinate representation of color #F1195E: hue angle of 340.83º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F1195E is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 25 94 -
CMYK 0 0.90 0.61 0.05
HSL 340.83º 0.89% 0.52% -
HSV(B) 340.83º 0.9% 0.95% -
XYZ 38.64 20.2 12.45 -
YUV 97.45 126.06 230.39 -
System Red Green Blue C M Y K H S L
Decimal 241 25 94 0 0.90 0.61 0.05 340.83 0.89 0.52
Hex F1 19 5E 0 5A 3D 5 155 59 34
Octal 361 31 136 0 132 75 5 525 131 64
Binary 11110001 11001 1011110 0 1011010 111101 101 101010101 1011001 110100

Color Harmonies of #F1195E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1195E

Black with #F1195E

Text Example


Text Example

White with #F1195E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1195E; }

 p { color: rgb(241,25,94); }

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

background-color css

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

 a { background-color: rgb(241,25,94); }

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

border-color css

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

 span { border-color: rgb(241,25,94); }

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