Html Css Color HEX #F71171 Ruby

📋 copy color: '#F71171'

red 247 ◦ green 17 ◦ blue 113

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

Shades of Ruby #F71171

Tints of Ruby #F71171

RGB

 RED value IS 247 (96.88% from 255) = 65.52%

 GREEN value IS 17 (7.03% from 255) = 4.51%

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

R = 65.52%
G = 4.51%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F71171 (or 0xF71171) is known color: Ruby. HEX triplet: F7, 11 and 71. RGB value is (247,17,113). Sum of RGB (Red+Green+Blue) = 247+17+113=377 (49% of max value = 765). Red value is 247 (96.88% from 255 or 65.52% from 377); Green value is 17 (7.03% from 255 or 4.51% from 377); Blue value is 113 (44.53% from 255 or 29.97% from 377); Max value from RGB is 247 - color contains mainly: red. Hex color #F71171 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F71171 is #08EE8E. Grayscale: #606060. Windows color (decimal): -585359 or 7410167. OLE color: 7410167.

HSL color Cylindrical-coordinate representation of color #F71171: hue angle of 334.96º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F71171 is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 17 113 -
CMYK 0 0.93 0.54 0.03
HSL 334.96º 0.93% 0.52% -
HSV(B) 334.96º 0.93% 0.97% -
XYZ 41.54 21.37 17.56 -
YUV 96.71 137.2 235.19 -
System Red Green Blue C M Y K H S L
Decimal 247 17 113 0 0.93 0.54 0.03 334.96 0.93 0.52
Hex F7 11 71 0 5D 36 3 14F 5D 34
Octal 367 21 161 0 135 66 3 517 135 64
Binary 11110111 10001 1110001 0 1011101 110110 11 101001111 1011101 110100

Color Harmonies of #F71171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71171

Black with #F71171

Text Example


Text Example

White with #F71171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71171; }

 p { color: rgb(247,17,113); }

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

background-color css

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

 a { background-color: rgb(247,17,113); }

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

border-color css

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

 span { border-color: rgb(247,17,113); }

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