Html Css Color HEX #F7126C Ruby

📋 copy color: '#F7126C'

red 247 ◦ green 18 ◦ blue 108

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

Shades of Ruby #F7126C

Tints of Ruby #F7126C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.95%

R = 66.22%
G = 4.83%
B = 28.95%

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

#F7126C (or 0xF7126C) is known color: Ruby. HEX triplet: F7, 12 and 6C. RGB value is (247,18,108). Sum of RGB (Red+Green+Blue) = 247+18+108=373 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.22% from 373); Green value is 18 (7.42% from 255 or 4.83% from 373); Blue value is 108 (42.58% from 255 or 28.95% from 373); Max value from RGB is 247 - color contains mainly: red. Hex color #F7126C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7126C is #08ED93. Grayscale: #606060. Windows color (decimal): -585108 or 7082743. OLE color: 7082743.

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

Color convert

RGB 247 18 108 -
CMYK 0 0.93 0.56 0.03
HSL 336.42º 0.93% 0.52% -
HSV(B) 336.42º 0.93% 0.97% -
XYZ 41.28 21.29 16.12 -
YUV 96.73 134.37 235.18 -
System Red Green Blue C M Y K H S L
Decimal 247 18 108 0 0.93 0.56 0.03 336.42 0.93 0.52
Hex F7 12 6C 0 5D 38 3 150 5D 34
Octal 367 22 154 0 135 70 3 520 135 64
Binary 11110111 10010 1101100 0 1011101 111000 11 101010000 1011101 110100

Color Harmonies of #F7126C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7126C

Black with #F7126C

Text Example


Text Example

White with #F7126C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7126C; }

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

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

background-color css

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

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

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

border-color css

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

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

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