Html Css Color HEX #F61670 Ruby

📋 copy color: '#F61670'

red 246 ◦ green 22 ◦ blue 112

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

Shades of Ruby #F61670

Tints of Ruby #F61670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.47%

R = 64.74%
G = 5.79%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F61670 (or 0xF61670) is known color: Ruby. HEX triplet: F6, 16 and 70. RGB value is (246,22,112). Sum of RGB (Red+Green+Blue) = 246+22+112=380 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.74% from 380); Green value is 22 (8.98% from 255 or 5.79% from 380); Blue value is 112 (44.14% from 255 or 29.47% from 380); Max value from RGB is 246 - color contains mainly: red. Hex color #F61670 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61670 is #09E98F. Grayscale: #636363. Windows color (decimal): -649616 or 7345910. OLE color: 7345910.

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

Color convert

RGB 246 22 112 -
CMYK 0 0.91 0.54 0.04
HSL 335.89º 0.93% 0.53% -
HSV(B) 335.89º 0.91% 0.96% -
XYZ 41.22 21.34 17.28 -
YUV 99.24 135.21 232.68 -
System Red Green Blue C M Y K H S L
Decimal 246 22 112 0 0.91 0.54 0.04 335.89 0.93 0.53
Hex F6 16 70 0 5B 36 4 150 5D 35
Octal 366 26 160 0 133 66 4 520 135 65
Binary 11110110 10110 1110000 0 1011011 110110 100 101010000 1011101 110101

Color Harmonies of #F61670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61670

Black with #F61670

Text Example


Text Example

White with #F61670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61670; }

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

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

background-color css

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

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

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

border-color css

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

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

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