Html Css Color HEX #F6176F Ruby

📋 copy color: '#F6176F'

red 246 ◦ green 23 ◦ blue 111

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

Shades of Ruby #F6176F

Tints of Ruby #F6176F

RGB

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

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

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

R = 64.74%
G = 6.05%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#F6176F (or 0xF6176F) is known color: Ruby. HEX triplet: F6, 17 and 6F. RGB value is (246,23,111). Sum of RGB (Red+Green+Blue) = 246+23+111=380 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.74% from 380); Green value is 23 (9.38% from 255 or 6.05% from 380); Blue value is 111 (43.75% from 255 or 29.21% from 380); Max value from RGB is 246 - color contains mainly: red. Hex color #F6176F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6176F is #09E890. Grayscale: #636363. Windows color (decimal): -649361 or 7280630. OLE color: 7280630.

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

Color convert

RGB 246 23 111 -
CMYK 0 0.91 0.55 0.04
HSL 336.32º 0.93% 0.53% -
HSV(B) 336.32º 0.91% 0.96% -
XYZ 41.18 21.35 16.99 -
YUV 99.71 134.38 232.34 -
System Red Green Blue C M Y K H S L
Decimal 246 23 111 0 0.91 0.55 0.04 336.32 0.93 0.53
Hex F6 17 6F 0 5B 37 4 150 5D 35
Octal 366 27 157 0 133 67 4 520 135 65
Binary 11110110 10111 1101111 0 1011011 110111 100 101010000 1011101 110101

Color Harmonies of #F6176F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6176F

Black with #F6176F

Text Example


Text Example

White with #F6176F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6176F; }

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

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

background-color css

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

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

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

border-color css

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

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

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