Html Css Color HEX #F61A6C Ruby

📋 copy color: '#F61A6C'

red 246 ◦ green 26 ◦ blue 108

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

Shades of Ruby #F61A6C

Tints of Ruby #F61A6C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.84%

 BLUE value IS 108 (42.58% from 255) = 28.42%

R = 64.74%
G = 6.84%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F61A6C (or 0xF61A6C) is known color: Ruby. HEX triplet: F6, 1A and 6C. RGB value is (246,26,108). Sum of RGB (Red+Green+Blue) = 246+26+108=380 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.74% from 380); Green value is 26 (10.55% from 255 or 6.84% from 380); Blue value is 108 (42.58% from 255 or 28.42% from 380); Max value from RGB is 246 - color contains mainly: red. Hex color #F61A6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F61A6C is #09E593. Grayscale: #656565. Windows color (decimal): -648596 or 7084790. OLE color: 7084790.

HSL color Cylindrical-coordinate representation of color #F61A6C: hue angle of 337.64º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F61A6C is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 26 108 -
CMYK 0 0.89 0.56 0.04
HSL 337.64º 0.92% 0.53% -
HSV(B) 337.64º 0.89% 0.96% -
XYZ 41.08 21.41 16.16 -
YUV 101.13 131.89 231.33 -
System Red Green Blue C M Y K H S L
Decimal 246 26 108 0 0.89 0.56 0.04 337.64 0.92 0.53
Hex F6 1A 6C 0 59 38 4 152 5C 35
Octal 366 32 154 0 131 70 4 522 134 65
Binary 11110110 11010 1101100 0 1011001 111000 100 101010010 1011100 110101

Color Harmonies of #F61A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61A6C

Black with #F61A6C

Text Example


Text Example

White with #F61A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61A6C; }

 p { color: rgb(246,26,108); }

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

background-color css

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

 a { background-color: rgb(246,26,108); }

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

border-color css

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

 span { border-color: rgb(246,26,108); }

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