Html Css Color HEX #F61C71 Ruby

📋 copy color: '#F61C71'

red 246 ◦ green 28 ◦ blue 113

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

Shades of Ruby #F61C71

Tints of Ruby #F61C71

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.24%

 BLUE value IS 113 (44.53% from 255) = 29.2%

R = 63.57%
G = 7.24%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F61C71 (or 0xF61C71) is known color: Ruby. HEX triplet: F6, 1C and 71. RGB value is (246,28,113). Sum of RGB (Red+Green+Blue) = 246+28+113=387 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.57% from 387); Green value is 28 (11.33% from 255 or 7.24% from 387); Blue value is 113 (44.53% from 255 or 29.20% from 387); Max value from RGB is 246 - color contains mainly: red. Hex color #F61C71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F61C71 is #09E38E. Grayscale: #666666. Windows color (decimal): -648079 or 7412982. OLE color: 7412982.

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

Color convert

RGB 246 28 113 -
CMYK 0 0.89 0.54 0.04
HSL 336.61º 0.92% 0.54% -
HSV(B) 336.61º 0.89% 0.96% -
XYZ 41.4 21.62 17.61 -
YUV 102.87 133.72 230.09 -
System Red Green Blue C M Y K H S L
Decimal 246 28 113 0 0.89 0.54 0.04 336.61 0.92 0.54
Hex F6 1C 71 0 59 36 4 151 5C 36
Octal 366 34 161 0 131 66 4 521 134 66
Binary 11110110 11100 1110001 0 1011001 110110 100 101010001 1011100 110110

Color Harmonies of #F61C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61C71

Black with #F61C71

Text Example


Text Example

White with #F61C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61C71; }

 p { color: rgb(246,28,113); }

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

background-color css

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

 a { background-color: rgb(246,28,113); }

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

border-color css

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

 span { border-color: rgb(246,28,113); }

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