Html Css Color HEX #FB1C6F Ruby

📋 copy color: '#FB1C6F'

red 251 ◦ green 28 ◦ blue 111

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

Shades of Ruby #FB1C6F

Tints of Ruby #FB1C6F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.18%

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

R = 64.36%
G = 7.18%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FB1C6F (or 0xFB1C6F) is known color: Ruby. HEX triplet: FB, 1C and 6F. RGB value is (251,28,111). Sum of RGB (Red+Green+Blue) = 251+28+111=390 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.36% from 390); Green value is 28 (11.33% from 255 or 7.18% from 390); Blue value is 111 (43.75% from 255 or 28.46% from 390); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1C6F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB1C6F is #04E390. Grayscale: #686868. Windows color (decimal): -320401 or 7281915. OLE color: 7281915.

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

Color convert

RGB 251 28 111 -
CMYK 0 0.89 0.56 0.02
HSL 337.67º 0.97% 0.55% -
HSV(B) 337.67º 0.89% 0.98% -
XYZ 43.07 22.49 17.11 -
YUV 104.14 131.88 232.75 -
System Red Green Blue C M Y K H S L
Decimal 251 28 111 0 0.89 0.56 0.02 337.67 0.97 0.55
Hex FB 1C 6F 0 59 38 2 152 61 37
Octal 373 34 157 0 131 70 2 522 141 67
Binary 11111011 11100 1101111 0 1011001 111000 10 101010010 1100001 110111

Color Harmonies of #FB1C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1C6F

Black with #FB1C6F

Text Example


Text Example

White with #FB1C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1C6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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