Html Css Color HEX #FB126F Ruby

📋 copy color: '#FB126F'

red 251 ◦ green 18 ◦ blue 111

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

Shades of Ruby #FB126F

Tints of Ruby #FB126F

RGB

 RED value IS 251 (98.44% from 255) = 66.05%

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

 BLUE value IS 111 (43.75% from 255) = 29.21%

R = 66.05%
G = 4.74%
B = 29.21%

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

#FB126F (or 0xFB126F) is known color: Ruby. HEX triplet: FB, 12 and 6F. RGB value is (251,18,111). Sum of RGB (Red+Green+Blue) = 251+18+111=380 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.05% from 380); Green value is 18 (7.42% from 255 or 4.74% from 380); Blue value is 111 (43.75% from 255 or 29.21% from 380); Max value from RGB is 251 - color contains mainly: red. Hex color #FB126F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB126F is #04ED90. Grayscale: #626262. Windows color (decimal): -322961 or 7279355. OLE color: 7279355.

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

Color convert

RGB 251 18 111 -
CMYK 0 0.93 0.56 0.02
HSL 336.05º 0.97% 0.53% -
HSV(B) 336.05º 0.93% 0.98% -
XYZ 42.87 22.09 17.04 -
YUV 98.27 135.19 236.94 -
System Red Green Blue C M Y K H S L
Decimal 251 18 111 0 0.93 0.56 0.02 336.05 0.97 0.53
Hex FB 12 6F 0 5D 38 2 150 61 35
Octal 373 22 157 0 135 70 2 520 141 65
Binary 11111011 10010 1101111 0 1011101 111000 10 101010000 1100001 110101

Color Harmonies of #FB126F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB126F

Black with #FB126F

Text Example


Text Example

White with #FB126F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB126F; }

 p { color: rgb(251,18,111); }

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

background-color css

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

 a { background-color: rgb(251,18,111); }

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

border-color css

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

 span { border-color: rgb(251,18,111); }

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