Html Css Color HEX #F61073 Ruby

📋 copy color: '#F61073'

red 246 ◦ green 16 ◦ blue 115

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

Shades of Ruby #F61073

Tints of Ruby #F61073

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.24%

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

R = 65.25%
G = 4.24%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F61073 (or 0xF61073) is known color: Ruby. HEX triplet: F6, 10 and 73. RGB value is (246,16,115). Sum of RGB (Red+Green+Blue) = 246+16+115=377 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.25% from 377); Green value is 16 (6.64% from 255 or 4.24% from 377); Blue value is 115 (45.31% from 255 or 30.50% from 377); Max value from RGB is 246 - color contains mainly: red. Hex color #F61073 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61073 is #09EF8C. Grayscale: #5F5F5F. Windows color (decimal): -651149 or 7540982. OLE color: 7540982.

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

Color convert

RGB 246 16 115 -
CMYK 0 0.93 0.53 0.04
HSL 334.17º 0.93% 0.51% -
HSV(B) 334.17º 0.93% 0.96% -
XYZ 41.29 21.2 18.14 -
YUV 96.06 138.7 234.95 -
System Red Green Blue C M Y K H S L
Decimal 246 16 115 0 0.93 0.53 0.04 334.17 0.93 0.51
Hex F6 10 73 0 5D 35 4 14E 5D 33
Octal 366 20 163 0 135 65 4 516 135 63
Binary 11110110 10000 1110011 0 1011101 110101 100 101001110 1011101 110011

Color Harmonies of #F61073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61073

Black with #F61073

Text Example


Text Example

White with #F61073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61073; }

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

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

background-color css

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

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

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

border-color css

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

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

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