Html Css Color HEX #F61971 Ruby

📋 copy color: '#F61971'

red 246 ◦ green 25 ◦ blue 113

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

Shades of Ruby #F61971

Tints of Ruby #F61971

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.51%

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

R = 64.06%
G = 6.51%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F61971 (or 0xF61971) is known color: Ruby. HEX triplet: F6, 19 and 71. RGB value is (246,25,113). Sum of RGB (Red+Green+Blue) = 246+25+113=384 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.06% from 384); Green value is 25 (10.16% from 255 or 6.51% from 384); Blue value is 113 (44.53% from 255 or 29.43% from 384); Max value from RGB is 246 - color contains mainly: red. Hex color #F61971 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61971 is #09E68E. Grayscale: #646464. Windows color (decimal): -648847 or 7412214. OLE color: 7412214.

HSL color Cylindrical-coordinate representation of color #F61971: hue angle of 336.11º degrees, saturation: 0.92, 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 #F61971 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 25 113 -
CMYK 0 0.90 0.54 0.04
HSL 336.11º 0.92% 0.53% -
HSV(B) 336.11º 0.9% 0.96% -
XYZ 41.33 21.48 17.59 -
YUV 101.11 134.72 231.34 -
System Red Green Blue C M Y K H S L
Decimal 246 25 113 0 0.90 0.54 0.04 336.11 0.92 0.53
Hex F6 19 71 0 5A 36 4 150 5C 35
Octal 366 31 161 0 132 66 4 520 134 65
Binary 11110110 11001 1110001 0 1011010 110110 100 101010000 1011100 110101

Color Harmonies of #F61971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61971

Black with #F61971

Text Example


Text Example

White with #F61971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61971; }

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

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

background-color css

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

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

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

border-color css

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

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

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