Html Css Color HEX #FB117B Deep Pink

📋 copy color: '#FB117B'

red 251 ◦ green 17 ◦ blue 123

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

Shades of Deep Pink #FB117B

Tints of Deep Pink #FB117B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.35%

 BLUE value IS 123 (48.44% from 255) = 31.46%

R = 64.19%
G = 4.35%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FB117B (or 0xFB117B) is known color: Deep Pink. HEX triplet: FB, 11 and 7B. RGB value is (251,17,123). Sum of RGB (Red+Green+Blue) = 251+17+123=391 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.19% from 391); Green value is 17 (7.03% from 255 or 4.35% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 251 - color contains mainly: red. Hex color #FB117B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB117B is #04EE84. Grayscale: #626262. Windows color (decimal): -323205 or 8065531. OLE color: 8065531.

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

Color convert

RGB 251 17 123 -
CMYK 0 0.93 0.51 0.02
HSL 332.82º 0.97% 0.53% -
HSV(B) 332.82º 0.93% 0.98% -
XYZ 43.56 22.34 20.76 -
YUV 99.05 141.52 236.38 -
System Red Green Blue C M Y K H S L
Decimal 251 17 123 0 0.93 0.51 0.02 332.82 0.97 0.53
Hex FB 11 7B 0 5D 33 2 14D 61 35
Octal 373 21 173 0 135 63 2 515 141 65
Binary 11111011 10001 1111011 0 1011101 110011 10 101001101 1100001 110101

Color Harmonies of #FB117B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB117B

Black with #FB117B

Text Example


Text Example

White with #FB117B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB117B; }

 p { color: rgb(251,17,123); }

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

background-color css

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

 a { background-color: rgb(251,17,123); }

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

border-color css

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

 span { border-color: rgb(251,17,123); }

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