Html Css Color HEX #F7196A Ruby

📋 copy color: '#F7196A'

red 247 ◦ green 25 ◦ blue 106

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

Shades of Ruby #F7196A

Tints of Ruby #F7196A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.04%

R = 65.34%
G = 6.61%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F7196A (or 0xF7196A) is known color: Ruby. HEX triplet: F7, 19 and 6A. RGB value is (247,25,106). Sum of RGB (Red+Green+Blue) = 247+25+106=378 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65.34% from 378); Green value is 25 (10.16% from 255 or 6.61% from 378); Blue value is 106 (41.80% from 255 or 28.04% from 378); Max value from RGB is 247 - color contains mainly: red. Hex color #F7196A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7196A is #08E695. Grayscale: #646464. Windows color (decimal): -583318 or 6953463. OLE color: 6953463.

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

Color convert

RGB 247 25 106 -
CMYK 0 0.90 0.57 0.03
HSL 338.11º 0.93% 0.53% -
HSV(B) 338.11º 0.9% 0.97% -
XYZ 41.31 21.51 15.61 -
YUV 100.61 131.05 232.41 -
System Red Green Blue C M Y K H S L
Decimal 247 25 106 0 0.90 0.57 0.03 338.11 0.93 0.53
Hex F7 19 6A 0 5A 39 3 152 5D 35
Octal 367 31 152 0 132 71 3 522 135 65
Binary 11110111 11001 1101010 0 1011010 111001 11 101010010 1011101 110101

Color Harmonies of #F7196A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7196A

Black with #F7196A

Text Example


Text Example

White with #F7196A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7196A; }

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

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

background-color css

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

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

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

border-color css

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

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

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