Html Css Color HEX #FB127B Deep Pink

📋 copy color: '#FB127B'

red 251 ◦ green 18 ◦ blue 123

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

Shades of Deep Pink #FB127B

Tints of Deep Pink #FB127B

RGB

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

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

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

R = 64.03%
G = 4.59%
B = 31.38%

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

#FB127B (or 0xFB127B) is known color: Deep Pink. HEX triplet: FB, 12 and 7B. RGB value is (251,18,123). Sum of RGB (Red+Green+Blue) = 251+18+123=392 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.03% from 392); Green value is 18 (7.42% from 255 or 4.59% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 251 - color contains mainly: red. Hex color #FB127B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB127B is #04ED84. Grayscale: #636363. Windows color (decimal): -322949 or 8065787. OLE color: 8065787.

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

Color convert

RGB 251 18 123 -
CMYK 0 0.93 0.51 0.02
HSL 332.96º 0.97% 0.53% -
HSV(B) 332.96º 0.93% 0.98% -
XYZ 43.58 22.37 20.76 -
YUV 99.64 141.19 235.96 -
System Red Green Blue C M Y K H S L
Decimal 251 18 123 0 0.93 0.51 0.02 332.96 0.97 0.53
Hex FB 12 7B 0 5D 33 2 14D 61 35
Octal 373 22 173 0 135 63 2 515 141 65
Binary 11111011 10010 1111011 0 1011101 110011 10 101001101 1100001 110101

Color Harmonies of #FB127B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB127B

Black with #FB127B

Text Example


Text Example

White with #FB127B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB127B; }

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

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

background-color css

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

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

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

border-color css

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

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

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