Html Css Color HEX #F61770 Ruby

📋 copy color: '#F61770'

red 246 ◦ green 23 ◦ blue 112

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

Shades of Ruby #F61770

Tints of Ruby #F61770

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.04%

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

R = 64.57%
G = 6.04%
B = 29.4%

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

#F61770 (or 0xF61770) is known color: Ruby. HEX triplet: F6, 17 and 70. RGB value is (246,23,112). Sum of RGB (Red+Green+Blue) = 246+23+112=381 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.57% from 381); Green value is 23 (9.38% from 255 or 6.04% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 246 - color contains mainly: red. Hex color #F61770 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61770 is #09E88F. Grayscale: #636363. Windows color (decimal): -649360 or 7346166. OLE color: 7346166.

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

Color convert

RGB 246 23 112 -
CMYK 0 0.91 0.54 0.04
HSL 336.05º 0.93% 0.53% -
HSV(B) 336.05º 0.91% 0.96% -
XYZ 41.24 21.38 17.28 -
YUV 99.82 134.88 232.26 -
System Red Green Blue C M Y K H S L
Decimal 246 23 112 0 0.91 0.54 0.04 336.05 0.93 0.53
Hex F6 17 70 0 5B 36 4 150 5D 35
Octal 366 27 160 0 133 66 4 520 135 65
Binary 11110110 10111 1110000 0 1011011 110110 100 101010000 1011101 110101

Color Harmonies of #F61770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61770

Black with #F61770

Text Example


Text Example

White with #F61770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61770; }

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

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

background-color css

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

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

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

border-color css

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

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

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