Html Css Color HEX #F6196F Ruby

📋 copy color: '#F6196F'

red 246 ◦ green 25 ◦ blue 111

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

Shades of Ruby #F6196F

Tints of Ruby #F6196F

RGB

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

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

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

R = 64.4%
G = 6.54%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#F6196F (or 0xF6196F) is known color: Ruby. HEX triplet: F6, 19 and 6F. RGB value is (246,25,111). Sum of RGB (Red+Green+Blue) = 246+25+111=382 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.40% from 382); Green value is 25 (10.16% from 255 or 6.54% from 382); Blue value is 111 (43.75% from 255 or 29.06% from 382); Max value from RGB is 246 - color contains mainly: red. Hex color #F6196F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6196F is #09E690. Grayscale: #646464. Windows color (decimal): -648849 or 7281142. OLE color: 7281142.

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

Color convert

RGB 246 25 111 -
CMYK 0 0.90 0.55 0.04
HSL 336.65º 0.92% 0.53% -
HSV(B) 336.65º 0.9% 0.96% -
XYZ 41.22 21.44 17 -
YUV 100.88 133.72 231.51 -
System Red Green Blue C M Y K H S L
Decimal 246 25 111 0 0.90 0.55 0.04 336.65 0.92 0.53
Hex F6 19 6F 0 5A 37 4 151 5C 35
Octal 366 31 157 0 132 67 4 521 134 65
Binary 11110110 11001 1101111 0 1011010 110111 100 101010001 1011100 110101

Color Harmonies of #F6196F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6196F

Black with #F6196F

Text Example


Text Example

White with #F6196F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6196F; }

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

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

background-color css

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

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

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

border-color css

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

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

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