Html Css Color HEX #F61B68 Ruby

📋 copy color: '#F61B68'

red 246 ◦ green 27 ◦ blue 104

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

Shades of Ruby #F61B68

Tints of Ruby #F61B68

RGB

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

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

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

R = 65.25%
G = 7.16%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F61B68 (or 0xF61B68) is known color: Ruby. HEX triplet: F6, 1B and 68. RGB value is (246,27,104). Sum of RGB (Red+Green+Blue) = 246+27+104=377 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.25% from 377); Green value is 27 (10.94% from 255 or 7.16% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 246 - color contains mainly: red. Hex color #F61B68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F61B68 is #09E497. Grayscale: #656565. Windows color (decimal): -648344 or 6822902. OLE color: 6822902.

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

Color convert

RGB 246 27 104 -
CMYK 0 0.89 0.58 0.04
HSL 338.9º 0.92% 0.54% -
HSV(B) 338.9º 0.89% 0.96% -
XYZ 40.9 21.38 15.07 -
YUV 101.26 129.55 231.24 -
System Red Green Blue C M Y K H S L
Decimal 246 27 104 0 0.89 0.58 0.04 338.9 0.92 0.54
Hex F6 1B 68 0 59 3A 4 153 5C 36
Octal 366 33 150 0 131 72 4 523 134 66
Binary 11110110 11011 1101000 0 1011001 111010 100 101010011 1011100 110110

Color Harmonies of #F61B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61B68

Black with #F61B68

Text Example


Text Example

White with #F61B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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