Html Css Color HEX #F6116F Ruby

📋 copy color: '#F6116F'

red 246 ◦ green 17 ◦ blue 111

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

Shades of Ruby #F6116F

Tints of Ruby #F6116F

RGB

 RED value IS 246 (96.48% from 255) = 65.78%

 GREEN value IS 17 (7.03% from 255) = 4.55%

 BLUE value IS 111 (43.75% from 255) = 29.68%

R = 65.78%
G = 4.55%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#F6116F (or 0xF6116F) is known color: Ruby. HEX triplet: F6, 11 and 6F. RGB value is (246,17,111). Sum of RGB (Red+Green+Blue) = 246+17+111=374 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.78% from 374); Green value is 17 (7.03% from 255 or 4.55% from 374); Blue value is 111 (43.75% from 255 or 29.68% from 374); Max value from RGB is 246 - color contains mainly: red. Hex color #F6116F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6116F is #09EE90. Grayscale: #606060. Windows color (decimal): -650897 or 7279094. OLE color: 7279094.

HSL color Cylindrical-coordinate representation of color #F6116F: hue angle of 335.37º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F6116F is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 17 111 -
CMYK 0 0.93 0.55 0.04
HSL 335.37º 0.93% 0.52% -
HSV(B) 335.37º 0.93% 0.96% -
XYZ 41.08 21.14 16.95 -
YUV 96.19 136.37 234.86 -
System Red Green Blue C M Y K H S L
Decimal 246 17 111 0 0.93 0.55 0.04 335.37 0.93 0.52
Hex F6 11 6F 0 5D 37 4 14F 5D 34
Octal 366 21 157 0 135 67 4 517 135 64
Binary 11110110 10001 1101111 0 1011101 110111 100 101001111 1011101 110100

Color Harmonies of #F6116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6116F

Black with #F6116F

Text Example


Text Example

White with #F6116F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6116F; }

 p { color: rgb(246,17,111); }

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

background-color css

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

 a { background-color: rgb(246,17,111); }

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

border-color css

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

 span { border-color: rgb(246,17,111); }

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