Html Css Color HEX #F61A6F Ruby

📋 copy color: '#F61A6F'

red 246 ◦ green 26 ◦ blue 111

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

Shades of Ruby #F61A6F

Tints of Ruby #F61A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.98%

R = 64.23%
G = 6.79%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#F61A6F (or 0xF61A6F) is known color: Ruby. HEX triplet: F6, 1A and 6F. RGB value is (246,26,111). Sum of RGB (Red+Green+Blue) = 246+26+111=383 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.23% from 383); Green value is 26 (10.55% from 255 or 6.79% from 383); Blue value is 111 (43.75% from 255 or 28.98% from 383); Max value from RGB is 246 - color contains mainly: red. Hex color #F61A6F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F61A6F is #09E590. Grayscale: #656565. Windows color (decimal): -648593 or 7281398. OLE color: 7281398.

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

Color convert

RGB 246 26 111 -
CMYK 0 0.89 0.55 0.04
HSL 336.82º 0.92% 0.53% -
HSV(B) 336.82º 0.89% 0.96% -
XYZ 41.24 21.48 17.01 -
YUV 101.47 133.39 231.09 -
System Red Green Blue C M Y K H S L
Decimal 246 26 111 0 0.89 0.55 0.04 336.82 0.92 0.53
Hex F6 1A 6F 0 59 37 4 151 5C 35
Octal 366 32 157 0 131 67 4 521 134 65
Binary 11110110 11010 1101111 0 1011001 110111 100 101010001 1011100 110101

Color Harmonies of #F61A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61A6F

Black with #F61A6F

Text Example


Text Example

White with #F61A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61A6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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