Html Css Color HEX #F61668 Ruby

📋 copy color: '#F61668'

red 246 ◦ green 22 ◦ blue 104

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

Shades of Ruby #F61668

Tints of Ruby #F61668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 27.96%

R = 66.13%
G = 5.91%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F61668 (or 0xF61668) is known color: Ruby. HEX triplet: F6, 16 and 68. RGB value is (246,22,104). Sum of RGB (Red+Green+Blue) = 246+22+104=372 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.13% from 372); Green value is 22 (8.98% from 255 or 5.91% from 372); Blue value is 104 (41.02% from 255 or 27.96% from 372); Max value from RGB is 246 - color contains mainly: red. Hex color #F61668 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61668 is #09E997. Grayscale: #626262. Windows color (decimal): -649624 or 6821622. OLE color: 6821622.

HSL color Cylindrical-coordinate representation of color #F61668: hue angle of 338.04º 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 #F61668 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 22 104 -
CMYK 0 0.91 0.58 0.04
HSL 338.04º 0.93% 0.53% -
HSV(B) 338.04º 0.91% 0.96% -
XYZ 40.79 21.17 15.03 -
YUV 98.32 131.21 233.33 -
System Red Green Blue C M Y K H S L
Decimal 246 22 104 0 0.91 0.58 0.04 338.04 0.93 0.53
Hex F6 16 68 0 5B 3A 4 152 5D 35
Octal 366 26 150 0 133 72 4 522 135 65
Binary 11110110 10110 1101000 0 1011011 111010 100 101010010 1011101 110101

Color Harmonies of #F61668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61668

Black with #F61668

Text Example


Text Example

White with #F61668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61668; }

 p { color: rgb(246,22,104); }

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

background-color css

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

 a { background-color: rgb(246,22,104); }

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

border-color css

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

 span { border-color: rgb(246,22,104); }

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