Html Css Color HEX #F1176D Ruby

📋 copy color: '#F1176D'

red 241 ◦ green 23 ◦ blue 109

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

Shades of Ruby #F1176D

Tints of Ruby #F1176D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.17%

 BLUE value IS 109 (42.97% from 255) = 29.22%

R = 64.61%
G = 6.17%
B = 29.22%

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

#F1176D (or 0xF1176D) is known color: Ruby. HEX triplet: F1, 17 and 6D. RGB value is (241,23,109). Sum of RGB (Red+Green+Blue) = 241+23+109=373 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.61% from 373); Green value is 23 (9.38% from 255 or 6.17% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 241 - color contains mainly: red. Hex color #F1176D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1176D is #0EE892. Grayscale: #616161. Windows color (decimal): -977043 or 7149553. OLE color: 7149553.

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

Color convert

RGB 241 23 109 -
CMYK 0 0.90 0.55 0.05
HSL 336.33º 0.89% 0.52% -
HSV(B) 336.33º 0.9% 0.95% -
XYZ 39.34 20.42 16.34 -
YUV 97.99 134.22 230.01 -
System Red Green Blue C M Y K H S L
Decimal 241 23 109 0 0.90 0.55 0.05 336.33 0.89 0.52
Hex F1 17 6D 0 5A 37 5 150 59 34
Octal 361 27 155 0 132 67 5 520 131 64
Binary 11110001 10111 1101101 0 1011010 110111 101 101010000 1011001 110100

Color Harmonies of #F1176D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1176D

Black with #F1176D

Text Example


Text Example

White with #F1176D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1176D; }

 p { color: rgb(241,23,109); }

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

background-color css

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

 a { background-color: rgb(241,23,109); }

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

border-color css

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

 span { border-color: rgb(241,23,109); }

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