Html Css Color HEX #F61D6D Ruby

📋 copy color: '#F61D6D'

red 246 ◦ green 29 ◦ blue 109

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

Shades of Ruby #F61D6D

Tints of Ruby #F61D6D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.55%

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

R = 64.06%
G = 7.55%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F61D6D (or 0xF61D6D) is known color: Ruby. HEX triplet: F6, 1D and 6D. RGB value is (246,29,109). Sum of RGB (Red+Green+Blue) = 246+29+109=384 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.06% from 384); Green value is 29 (11.72% from 255 or 7.55% from 384); Blue value is 109 (42.97% from 255 or 28.39% from 384); Max value from RGB is 246 - color contains mainly: red. Hex color #F61D6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F61D6D is #09E292. Grayscale: #666666. Windows color (decimal): -647827 or 7151094. OLE color: 7151094.

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

Color convert

RGB 246 29 109 -
CMYK 0 0.88 0.56 0.04
HSL 337.88º 0.92% 0.54% -
HSV(B) 337.88º 0.88% 0.96% -
XYZ 41.21 21.58 16.46 -
YUV 103 131.39 230 -
System Red Green Blue C M Y K H S L
Decimal 246 29 109 0 0.88 0.56 0.04 337.88 0.92 0.54
Hex F6 1D 6D 0 58 38 4 152 5C 36
Octal 366 35 155 0 130 70 4 522 134 66
Binary 11110110 11101 1101101 0 1011000 111000 100 101010010 1011100 110110

Color Harmonies of #F61D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61D6D

Black with #F61D6D

Text Example


Text Example

White with #F61D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61D6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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