Html Css Color HEX #F61573 Ruby

📋 copy color: '#F61573'

red 246 ◦ green 21 ◦ blue 115

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

Shades of Ruby #F61573

Tints of Ruby #F61573

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.5%

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

R = 64.4%
G = 5.5%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F61573 (or 0xF61573) is known color: Ruby. HEX triplet: F6, 15 and 73. RGB value is (246,21,115). Sum of RGB (Red+Green+Blue) = 246+21+115=382 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.40% from 382); Green value is 21 (8.59% from 255 or 5.50% from 382); Blue value is 115 (45.31% from 255 or 30.10% from 382); Max value from RGB is 246 - color contains mainly: red. Hex color #F61573 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61573 is #09EA8C. Grayscale: #626262. Windows color (decimal): -649869 or 7542262. OLE color: 7542262.

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

Color convert

RGB 246 21 115 -
CMYK 0 0.91 0.53 0.04
HSL 334.93º 0.93% 0.52% -
HSV(B) 334.93º 0.91% 0.96% -
XYZ 41.37 21.37 18.16 -
YUV 98.99 137.04 232.86 -
System Red Green Blue C M Y K H S L
Decimal 246 21 115 0 0.91 0.53 0.04 334.93 0.93 0.52
Hex F6 15 73 0 5B 35 4 14F 5D 34
Octal 366 25 163 0 133 65 4 517 135 64
Binary 11110110 10101 1110011 0 1011011 110101 100 101001111 1011101 110100

Color Harmonies of #F61573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61573

Black with #F61573

Text Example


Text Example

White with #F61573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61573; }

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

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

background-color css

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

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

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

border-color css

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

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

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