Html Css Color HEX #F7126D Ruby

📋 copy color: '#F7126D'

red 247 ◦ green 18 ◦ blue 109

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

Shades of Ruby #F7126D

Tints of Ruby #F7126D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.81%

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

R = 66.04%
G = 4.81%
B = 29.14%

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

#F7126D (or 0xF7126D) is known color: Ruby. HEX triplet: F7, 12 and 6D. RGB value is (247,18,109). Sum of RGB (Red+Green+Blue) = 247+18+109=374 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.04% from 374); Green value is 18 (7.42% from 255 or 4.81% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 247 - color contains mainly: red. Hex color #F7126D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7126D is #08ED92. Grayscale: #606060. Windows color (decimal): -585107 or 7148279. OLE color: 7148279.

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

Color convert

RGB 247 18 109 -
CMYK 0 0.93 0.56 0.03
HSL 336.16º 0.93% 0.52% -
HSV(B) 336.16º 0.93% 0.97% -
XYZ 41.33 21.31 16.4 -
YUV 96.85 134.87 235.1 -
System Red Green Blue C M Y K H S L
Decimal 247 18 109 0 0.93 0.56 0.03 336.16 0.93 0.52
Hex F7 12 6D 0 5D 38 3 150 5D 34
Octal 367 22 155 0 135 70 3 520 135 64
Binary 11110111 10010 1101101 0 1011101 111000 11 101010000 1011101 110100

Color Harmonies of #F7126D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7126D

Black with #F7126D

Text Example


Text Example

White with #F7126D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7126D; }

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

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

background-color css

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

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

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

border-color css

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

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

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