Html Css Color HEX #F7126B Ruby

📋 copy color: '#F7126B'

red 247 ◦ green 18 ◦ blue 107

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

Shades of Ruby #F7126B

Tints of Ruby #F7126B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.76%

R = 66.4%
G = 4.84%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F7126B (or 0xF7126B) is known color: Ruby. HEX triplet: F7, 12 and 6B. RGB value is (247,18,107). Sum of RGB (Red+Green+Blue) = 247+18+107=372 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.40% from 372); Green value is 18 (7.42% from 255 or 4.84% from 372); Blue value is 107 (42.19% from 255 or 28.76% from 372); Max value from RGB is 247 - color contains mainly: red. Hex color #F7126B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7126B is #08ED94. Grayscale: #606060. Windows color (decimal): -585109 or 7017207. OLE color: 7017207.

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

Color convert

RGB 247 18 107 -
CMYK 0 0.93 0.57 0.03
HSL 336.68º 0.93% 0.52% -
HSV(B) 336.68º 0.93% 0.97% -
XYZ 41.23 21.27 15.84 -
YUV 96.62 133.87 235.26 -
System Red Green Blue C M Y K H S L
Decimal 247 18 107 0 0.93 0.57 0.03 336.68 0.93 0.52
Hex F7 12 6B 0 5D 39 3 151 5D 34
Octal 367 22 153 0 135 71 3 521 135 64
Binary 11110111 10010 1101011 0 1011101 111001 11 101010001 1011101 110100

Color Harmonies of #F7126B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7126B

Black with #F7126B

Text Example


Text Example

White with #F7126B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7126B; }

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

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

background-color css

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

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

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

border-color css

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

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

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