Html Css Color HEX #F7116D Ruby

📋 copy color: '#F7116D'

red 247 ◦ green 17 ◦ blue 109

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

Shades of Ruby #F7116D

Tints of Ruby #F7116D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.22%

R = 66.22%
G = 4.56%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#F7116D (or 0xF7116D) is known color: Ruby. HEX triplet: F7, 11 and 6D. RGB value is (247,17,109). Sum of RGB (Red+Green+Blue) = 247+17+109=373 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.22% from 373); Green value is 17 (7.03% from 255 or 4.56% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 247 - color contains mainly: red. Hex color #F7116D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7116D is #08EE92. Grayscale: #606060. Windows color (decimal): -585363 or 7148023. OLE color: 7148023.

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

Color convert

RGB 247 17 109 -
CMYK 0 0.93 0.56 0.03
HSL 336º 0.93% 0.52% -
HSV(B) 336º 0.93% 0.97% -
XYZ 41.32 21.28 16.4 -
YUV 96.26 135.2 235.52 -
System Red Green Blue C M Y K H S L
Decimal 247 17 109 0 0.93 0.56 0.03 336 0.93 0.52
Hex F7 11 6D 0 5D 38 3 150 5D 34
Octal 367 21 155 0 135 70 3 520 135 64
Binary 11110111 10001 1101101 0 1011101 111000 11 101010000 1011101 110100

Color Harmonies of #F7116D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7116D

Black with #F7116D

Text Example


Text Example

White with #F7116D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7116D; }

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

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

background-color css

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

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

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

border-color css

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

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

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