Html Css Color HEX #F61D71 Ruby

📋 copy color: '#F61D71'

red 246 ◦ green 29 ◦ blue 113

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

Shades of Ruby #F61D71

Tints of Ruby #F61D71

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.47%

 BLUE value IS 113 (44.53% from 255) = 29.12%

R = 63.4%
G = 7.47%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F61D71 (or 0xF61D71) is known color: Ruby. HEX triplet: F6, 1D and 71. RGB value is (246,29,113). Sum of RGB (Red+Green+Blue) = 246+29+113=388 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.40% from 388); Green value is 29 (11.72% from 255 or 7.47% from 388); Blue value is 113 (44.53% from 255 or 29.12% from 388); Max value from RGB is 246 - color contains mainly: red. Hex color #F61D71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F61D71 is #09E28E. Grayscale: #676767. Windows color (decimal): -647823 or 7413238. OLE color: 7413238.

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

Color convert

RGB 246 29 113 -
CMYK 0 0.88 0.54 0.04
HSL 336.77º 0.92% 0.54% -
HSV(B) 336.77º 0.88% 0.96% -
XYZ 41.43 21.66 17.62 -
YUV 103.46 133.39 229.67 -
System Red Green Blue C M Y K H S L
Decimal 246 29 113 0 0.88 0.54 0.04 336.77 0.92 0.54
Hex F6 1D 71 0 58 36 4 151 5C 36
Octal 366 35 161 0 130 66 4 521 134 66
Binary 11110110 11101 1110001 0 1011000 110110 100 101010001 1011100 110110

Color Harmonies of #F61D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61D71

Black with #F61D71

Text Example


Text Example

White with #F61D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61D71; }

 p { color: rgb(246,29,113); }

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

background-color css

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

 a { background-color: rgb(246,29,113); }

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

border-color css

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

 span { border-color: rgb(246,29,113); }

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