Html Css Color HEX #F7196F Ruby

📋 copy color: '#F7196F'

red 247 ◦ green 25 ◦ blue 111

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

Shades of Ruby #F7196F

Tints of Ruby #F7196F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.53%

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

R = 64.49%
G = 6.53%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F7196F (or 0xF7196F) is known color: Ruby. HEX triplet: F7, 19 and 6F. RGB value is (247,25,111). Sum of RGB (Red+Green+Blue) = 247+25+111=383 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.49% from 383); Green value is 25 (10.16% from 255 or 6.53% from 383); Blue value is 111 (43.75% from 255 or 28.98% from 383); Max value from RGB is 247 - color contains mainly: red. Hex color #F7196F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7196F is #08E690. Grayscale: #656565. Windows color (decimal): -583313 or 7281143. OLE color: 7281143.

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

Color convert

RGB 247 25 111 -
CMYK 0 0.90 0.55 0.03
HSL 336.76º 0.93% 0.53% -
HSV(B) 336.76º 0.9% 0.97% -
XYZ 41.57 21.62 17.02 -
YUV 101.18 133.55 232.01 -
System Red Green Blue C M Y K H S L
Decimal 247 25 111 0 0.90 0.55 0.03 336.76 0.93 0.53
Hex F7 19 6F 0 5A 37 3 151 5D 35
Octal 367 31 157 0 132 67 3 521 135 65
Binary 11110111 11001 1101111 0 1011010 110111 11 101010001 1011101 110101

Color Harmonies of #F7196F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7196F

Black with #F7196F

Text Example


Text Example

White with #F7196F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7196F; }

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

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

background-color css

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

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

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

border-color css

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

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

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