Html Css Color HEX #F7176E Ruby

📋 copy color: '#F7176E'

red 247 ◦ green 23 ◦ blue 110

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

Shades of Ruby #F7176E

Tints of Ruby #F7176E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.05%

 BLUE value IS 110 (43.36% from 255) = 28.95%

R = 65%
G = 6.05%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F7176E (or 0xF7176E) is known color: Ruby. HEX triplet: F7, 17 and 6E. RGB value is (247,23,110). Sum of RGB (Red+Green+Blue) = 247+23+110=380 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65% from 380); Green value is 23 (9.38% from 255 or 6.05% from 380); Blue value is 110 (43.36% from 255 or 28.95% from 380); Max value from RGB is 247 - color contains mainly: red. Hex color #F7176E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7176E is #08E891. Grayscale: #636363. Windows color (decimal): -583826 or 7215095. OLE color: 7215095.

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

Color convert

RGB 247 23 110 -
CMYK 0 0.91 0.55 0.03
HSL 336.7º 0.93% 0.53% -
HSV(B) 336.7º 0.91% 0.97% -
XYZ 41.48 21.51 16.72 -
YUV 99.89 133.71 232.93 -
System Red Green Blue C M Y K H S L
Decimal 247 23 110 0 0.91 0.55 0.03 336.7 0.93 0.53
Hex F7 17 6E 0 5B 37 3 151 5D 35
Octal 367 27 156 0 133 67 3 521 135 65
Binary 11110111 10111 1101110 0 1011011 110111 11 101010001 1011101 110101

Color Harmonies of #F7176E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7176E

Black with #F7176E

Text Example


Text Example

White with #F7176E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7176E; }

 p { color: rgb(247,23,110); }

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

background-color css

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

 a { background-color: rgb(247,23,110); }

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

border-color css

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

 span { border-color: rgb(247,23,110); }

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