Html Css Color HEX #F61B66 Ruby

📋 copy color: '#F61B66'

red 246 ◦ green 27 ◦ blue 102

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

Shades of Ruby #F61B66

Tints of Ruby #F61B66

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.2%

 BLUE value IS 102 (40.23% from 255) = 27.2%

R = 65.6%
G = 7.2%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F61B66 (or 0xF61B66) is known color: Ruby. HEX triplet: F6, 1B and 66. RGB value is (246,27,102). Sum of RGB (Red+Green+Blue) = 246+27+102=375 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.6% from 375); Green value is 27 (10.94% from 255 or 7.2% from 375); Blue value is 102 (40.23% from 255 or 27.2% from 375); Max value from RGB is 246 - color contains mainly: red. Hex color #F61B66 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F61B66 is #09E499. Grayscale: #646464. Windows color (decimal): -648346 or 6691830. OLE color: 6691830.

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

Color convert

RGB 246 27 102 -
CMYK 0 0.89 0.59 0.04
HSL 339.45º 0.92% 0.54% -
HSV(B) 339.45º 0.89% 0.96% -
XYZ 40.8 21.34 14.54 -
YUV 101.03 128.55 231.4 -
System Red Green Blue C M Y K H S L
Decimal 246 27 102 0 0.89 0.59 0.04 339.45 0.92 0.54
Hex F6 1B 66 0 59 3B 4 153 5C 36
Octal 366 33 146 0 131 73 4 523 134 66
Binary 11110110 11011 1100110 0 1011001 111011 100 101010011 1011100 110110

Color Harmonies of #F61B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61B66

Black with #F61B66

Text Example


Text Example

White with #F61B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61B66; }

 p { color: rgb(246,27,102); }

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

background-color css

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

 a { background-color: rgb(246,27,102); }

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

border-color css

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

 span { border-color: rgb(246,27,102); }

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