Html Css Color HEX #F61C6B Ruby

📋 copy color: '#F61C6B'

red 246 ◦ green 28 ◦ blue 107

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

Shades of Ruby #F61C6B

Tints of Ruby #F61C6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.08%

R = 64.57%
G = 7.35%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F61C6B (or 0xF61C6B) is known color: Ruby. HEX triplet: F6, 1C and 6B. RGB value is (246,28,107). Sum of RGB (Red+Green+Blue) = 246+28+107=381 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.57% from 381); Green value is 28 (11.33% from 255 or 7.35% from 381); Blue value is 107 (42.19% from 255 or 28.08% from 381); Max value from RGB is 246 - color contains mainly: red. Hex color #F61C6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F61C6B is #09E394. Grayscale: #666666. Windows color (decimal): -648085 or 7019766. OLE color: 7019766.

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

Color convert

RGB 246 28 107 -
CMYK 0 0.89 0.57 0.04
HSL 338.26º 0.92% 0.54% -
HSV(B) 338.26º 0.89% 0.96% -
XYZ 41.08 21.48 15.89 -
YUV 102.19 130.72 230.58 -
System Red Green Blue C M Y K H S L
Decimal 246 28 107 0 0.89 0.57 0.04 338.26 0.92 0.54
Hex F6 1C 6B 0 59 39 4 152 5C 36
Octal 366 34 153 0 131 71 4 522 134 66
Binary 11110110 11100 1101011 0 1011001 111001 100 101010010 1011100 110110

Color Harmonies of #F61C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61C6B

Black with #F61C6B

Text Example


Text Example

White with #F61C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61C6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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