Html Css Color HEX #F61C60 Ruby

📋 copy color: '#F61C60'

red 246 ◦ green 28 ◦ blue 96

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

Shades of Ruby #F61C60

Tints of Ruby #F61C60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 25.95%

R = 66.49%
G = 7.57%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F61C60 (or 0xF61C60) is known color: Ruby. HEX triplet: F6, 1C and 60. RGB value is (246,28,96). Sum of RGB (Red+Green+Blue) = 246+28+96=370 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.49% from 370); Green value is 28 (11.33% from 255 or 7.57% from 370); Blue value is 96 (37.89% from 255 or 25.95% from 370); Max value from RGB is 246 - color contains mainly: red. Hex color #F61C60 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F61C60 is #09E39F. Grayscale: #646464. Windows color (decimal): -648096 or 6298870. OLE color: 6298870.

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

Color convert

RGB 246 28 96 -
CMYK 0 0.89 0.61 0.04
HSL 341.28º 0.92% 0.54% -
HSV(B) 341.28º 0.89% 0.96% -
XYZ 40.53 21.27 13.04 -
YUV 100.93 125.22 231.47 -
System Red Green Blue C M Y K H S L
Decimal 246 28 96 0 0.89 0.61 0.04 341.28 0.92 0.54
Hex F6 1C 60 0 59 3D 4 155 5C 36
Octal 366 34 140 0 131 75 4 525 134 66
Binary 11110110 11100 1100000 0 1011001 111101 100 101010101 1011100 110110

Color Harmonies of #F61C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61C60

Black with #F61C60

Text Example


Text Example

White with #F61C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61C60; }

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

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

background-color css

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

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

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

border-color css

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

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

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