Html Css Color HEX #F7116F Ruby

📋 copy color: '#F7116F'

red 247 ◦ green 17 ◦ blue 111

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

Shades of Ruby #F7116F

Tints of Ruby #F7116F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.6%

R = 65.87%
G = 4.53%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F7116F (or 0xF7116F) is known color: Ruby. HEX triplet: F7, 11 and 6F. RGB value is (247,17,111). Sum of RGB (Red+Green+Blue) = 247+17+111=375 (49% of max value = 765). Red value is 247 (96.88% from 255 or 65.87% from 375); Green value is 17 (7.03% from 255 or 4.53% from 375); Blue value is 111 (43.75% from 255 or 29.6% from 375); Max value from RGB is 247 - color contains mainly: red. Hex color #F7116F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7116F is #08EE90. Grayscale: #606060. Windows color (decimal): -585361 or 7279095. OLE color: 7279095.

HSL color Cylindrical-coordinate representation of color #F7116F: hue angle of 335.48º 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 #F7116F is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 17 111 -
CMYK 0 0.93 0.55 0.03
HSL 335.48º 0.93% 0.52% -
HSV(B) 335.48º 0.93% 0.97% -
XYZ 41.43 21.32 16.97 -
YUV 96.49 136.2 235.36 -
System Red Green Blue C M Y K H S L
Decimal 247 17 111 0 0.93 0.55 0.03 335.48 0.93 0.52
Hex F7 11 6F 0 5D 37 3 14F 5D 34
Octal 367 21 157 0 135 67 3 517 135 64
Binary 11110111 10001 1101111 0 1011101 110111 11 101001111 1011101 110100

Color Harmonies of #F7116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7116F

Black with #F7116F

Text Example


Text Example

White with #F7116F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7116F; }

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

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

background-color css

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

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

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

border-color css

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

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

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