Html Css Color HEX #F7106F Ruby

📋 copy color: '#F7106F'

red 247 ◦ green 16 ◦ blue 111

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

Shades of Ruby #F7106F

Tints of Ruby #F7106F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.28%

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

R = 66.04%
G = 4.28%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F7106F (or 0xF7106F) is known color: Ruby. HEX triplet: F7, 10 and 6F. RGB value is (247,16,111). Sum of RGB (Red+Green+Blue) = 247+16+111=374 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.04% from 374); Green value is 16 (6.64% from 255 or 4.28% from 374); Blue value is 111 (43.75% from 255 or 29.68% from 374); Max value from RGB is 247 - color contains mainly: red. Hex color #F7106F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7106F is #08EF90. Grayscale: #5F5F5F. Windows color (decimal): -585617 or 7278839. OLE color: 7278839.

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

Color convert

RGB 247 16 111 -
CMYK 0 0.94 0.55 0.03
HSL 335.32º 0.94% 0.52% -
HSV(B) 335.32º 0.94% 0.97% -
XYZ 41.41 21.29 16.97 -
YUV 95.9 136.53 235.78 -
System Red Green Blue C M Y K H S L
Decimal 247 16 111 0 0.94 0.55 0.03 335.32 0.94 0.52
Hex F7 10 6F 0 5E 37 3 14F 5E 34
Octal 367 20 157 0 136 67 3 517 136 64
Binary 11110111 10000 1101111 0 1011110 110111 11 101001111 1011110 110100

Color Harmonies of #F7106F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7106F

Black with #F7106F

Text Example


Text Example

White with #F7106F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7106F; }

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

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

background-color css

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

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

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

border-color css

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

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

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