Html Css Color HEX #F61873 Ruby

📋 copy color: '#F61873'

red 246 ◦ green 24 ◦ blue 115

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

Shades of Ruby #F61873

Tints of Ruby #F61873

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.23%

 BLUE value IS 115 (45.31% from 255) = 29.87%

R = 63.9%
G = 6.23%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F61873 (or 0xF61873) is known color: Ruby. HEX triplet: F6, 18 and 73. RGB value is (246,24,115). Sum of RGB (Red+Green+Blue) = 246+24+115=385 (50% of max value = 765). Red value is 246 (96.48% from 255 or 63.90% from 385); Green value is 24 (9.77% from 255 or 6.23% from 385); Blue value is 115 (45.31% from 255 or 29.87% from 385); Max value from RGB is 246 - color contains mainly: red. Hex color #F61873 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61873 is #09E78C. Grayscale: #646464. Windows color (decimal): -649101 or 7543030. OLE color: 7543030.

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

Color convert

RGB 246 24 115 -
CMYK 0 0.90 0.53 0.04
HSL 335.41º 0.93% 0.53% -
HSV(B) 335.41º 0.9% 0.96% -
XYZ 41.43 21.48 18.18 -
YUV 100.75 136.05 231.6 -
System Red Green Blue C M Y K H S L
Decimal 246 24 115 0 0.90 0.53 0.04 335.41 0.93 0.53
Hex F6 18 73 0 5A 35 4 14F 5C 35
Octal 366 30 163 0 132 65 4 517 134 65
Binary 11110110 11000 1110011 0 1011010 110101 100 101001111 1011100 110101

Color Harmonies of #F61873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61873

Black with #F61873

Text Example


Text Example

White with #F61873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61873; }

 p { color: rgb(246,24,115); }

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

background-color css

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

 a { background-color: rgb(246,24,115); }

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

border-color css

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

 span { border-color: rgb(246,24,115); }

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