Html Css Color HEX #F9126D Ruby

📋 copy color: '#F9126D'

red 249 ◦ green 18 ◦ blue 109

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

Shades of Ruby #F9126D

Tints of Ruby #F9126D

RGB

 RED value IS 249 (97.66% from 255) = 66.22%

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

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

R = 66.22%
G = 4.79%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#F9126D (or 0xF9126D) is known color: Ruby. HEX triplet: F9, 12 and 6D. RGB value is (249,18,109). Sum of RGB (Red+Green+Blue) = 249+18+109=376 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.22% from 376); Green value is 18 (7.42% from 255 or 4.79% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 249 - color contains mainly: red. Hex color #F9126D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9126D is #06ED92. Grayscale: #616161. Windows color (decimal): -454035 or 7148281. OLE color: 7148281.

HSL color Cylindrical-coordinate representation of color #F9126D: hue angle of 336.36º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F9126D is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 18 109 -
CMYK 0 0.93 0.56 0.02
HSL 336.36º 0.95% 0.52% -
HSV(B) 336.36º 0.93% 0.98% -
XYZ 42.04 21.68 16.44 -
YUV 97.44 134.53 236.1 -
System Red Green Blue C M Y K H S L
Decimal 249 18 109 0 0.93 0.56 0.02 336.36 0.95 0.52
Hex F9 12 6D 0 5D 38 2 150 5F 34
Octal 371 22 155 0 135 70 2 520 137 64
Binary 11111001 10010 1101101 0 1011101 111000 10 101010000 1011111 110100

Color Harmonies of #F9126D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9126D

Black with #F9126D

Text Example


Text Example

White with #F9126D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9126D; }

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

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

background-color css

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

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

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

border-color css

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

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

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