Html Css Color HEX #F1166C Ruby

📋 copy color: '#F1166C'

red 241 ◦ green 22 ◦ blue 108

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

Shades of Ruby #F1166C

Tints of Ruby #F1166C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.93%

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

R = 64.96%
G = 5.93%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F1166C (or 0xF1166C) is known color: Ruby. HEX triplet: F1, 16 and 6C. RGB value is (241,22,108). Sum of RGB (Red+Green+Blue) = 241+22+108=371 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.96% from 371); Green value is 22 (8.98% from 255 or 5.93% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 241 - color contains mainly: red. Hex color #F1166C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1166C is #0EE993. Grayscale: #616161. Windows color (decimal): -977300 or 7083761. OLE color: 7083761.

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

Color convert

RGB 241 22 108 -
CMYK 0 0.91 0.55 0.05
HSL 336.44º 0.89% 0.52% -
HSV(B) 336.44º 0.91% 0.95% -
XYZ 39.27 20.36 16.05 -
YUV 97.29 134.05 230.51 -
System Red Green Blue C M Y K H S L
Decimal 241 22 108 0 0.91 0.55 0.05 336.44 0.89 0.52
Hex F1 16 6C 0 5B 37 5 150 59 34
Octal 361 26 154 0 133 67 5 520 131 64
Binary 11110001 10110 1101100 0 1011011 110111 101 101010000 1011001 110100

Color Harmonies of #F1166C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1166C

Black with #F1166C

Text Example


Text Example

White with #F1166C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1166C; }

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

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

background-color css

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

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

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

border-color css

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

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

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