Html Css Color HEX #F1196C Ruby

📋 copy color: '#F1196C'

red 241 ◦ green 25 ◦ blue 108

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

Shades of Ruby #F1196C

Tints of Ruby #F1196C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.88%

R = 64.44%
G = 6.68%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F1196C (or 0xF1196C) is known color: Ruby. HEX triplet: F1, 19 and 6C. RGB value is (241,25,108). Sum of RGB (Red+Green+Blue) = 241+25+108=374 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.44% from 374); Green value is 25 (10.16% from 255 or 6.68% from 374); Blue value is 108 (42.58% from 255 or 28.88% from 374); Max value from RGB is 241 - color contains mainly: red. Hex color #F1196C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1196C is #0EE693. Grayscale: #626262. Windows color (decimal): -976532 or 7084529. OLE color: 7084529.

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

Color convert

RGB 241 25 108 -
CMYK 0 0.90 0.55 0.05
HSL 336.94º 0.89% 0.52% -
HSV(B) 336.94º 0.9% 0.95% -
XYZ 39.33 20.48 16.07 -
YUV 99.05 133.06 229.25 -
System Red Green Blue C M Y K H S L
Decimal 241 25 108 0 0.90 0.55 0.05 336.94 0.89 0.52
Hex F1 19 6C 0 5A 37 5 151 59 34
Octal 361 31 154 0 132 67 5 521 131 64
Binary 11110001 11001 1101100 0 1011010 110111 101 101010001 1011001 110100

Color Harmonies of #F1196C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1196C

Black with #F1196C

Text Example


Text Example

White with #F1196C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1196C; }

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

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

background-color css

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

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

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

border-color css

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

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

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