Html Css Color HEX #F6136D Ruby

📋 copy color: '#F6136D'

red 246 ◦ green 19 ◦ blue 109

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

Shades of Ruby #F6136D

Tints of Ruby #F6136D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.08%

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

R = 65.78%
G = 5.08%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F6136D (or 0xF6136D) is known color: Ruby. HEX triplet: F6, 13 and 6D. RGB value is (246,19,109). Sum of RGB (Red+Green+Blue) = 246+19+109=374 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.78% from 374); Green value is 19 (7.81% from 255 or 5.08% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 246 - color contains mainly: red. Hex color #F6136D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6136D is #09EC92. Grayscale: #606060. Windows color (decimal): -650387 or 7148534. OLE color: 7148534.

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

Color convert

RGB 246 19 109 -
CMYK 0 0.92 0.56 0.04
HSL 336.21º 0.93% 0.52% -
HSV(B) 336.21º 0.92% 0.96% -
XYZ 41 21.16 16.39 -
YUV 97.13 134.71 234.18 -
System Red Green Blue C M Y K H S L
Decimal 246 19 109 0 0.92 0.56 0.04 336.21 0.93 0.52
Hex F6 13 6D 0 5C 38 4 150 5D 34
Octal 366 23 155 0 134 70 4 520 135 64
Binary 11110110 10011 1101101 0 1011100 111000 100 101010000 1011101 110100

Color Harmonies of #F6136D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6136D

Black with #F6136D

Text Example


Text Example

White with #F6136D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6136D; }

 p { color: rgb(246,19,109); }

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

background-color css

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

 a { background-color: rgb(246,19,109); }

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

border-color css

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

 span { border-color: rgb(246,19,109); }

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