Html Css Color HEX #FB1B7E Deep Pink

📋 copy color: '#FB1B7E'

red 251 ◦ green 27 ◦ blue 126

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

Shades of Deep Pink #FB1B7E

Tints of Deep Pink #FB1B7E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.68%

 BLUE value IS 126 (49.61% from 255) = 31.19%

R = 62.13%
G = 6.68%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FB1B7E (or 0xFB1B7E) is known color: Deep Pink. HEX triplet: FB, 1B and 7E. RGB value is (251,27,126). Sum of RGB (Red+Green+Blue) = 251+27+126=404 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.13% from 404); Green value is 27 (10.94% from 255 or 6.68% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1B7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB1B7E is #04E481. Grayscale: #696969. Windows color (decimal): -320642 or 8264699. OLE color: 8264699.

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

Color convert

RGB 251 27 126 -
CMYK 0 0.89 0.50 0.02
HSL 333.48º 0.97% 0.55% -
HSV(B) 333.48º 0.89% 0.98% -
XYZ 43.94 22.8 21.82 -
YUV 105.26 139.71 231.95 -
System Red Green Blue C M Y K H S L
Decimal 251 27 126 0 0.89 0.50 0.02 333.48 0.97 0.55
Hex FB 1B 7E 0 59 32 2 14D 61 37
Octal 373 33 176 0 131 62 2 515 141 67
Binary 11111011 11011 1111110 0 1011001 110010 10 101001101 1100001 110111

Color Harmonies of #FB1B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1B7E

Black with #FB1B7E

Text Example


Text Example

White with #FB1B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1B7E; }

 p { color: rgb(251,27,126); }

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

background-color css

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

 a { background-color: rgb(251,27,126); }

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

border-color css

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

 span { border-color: rgb(251,27,126); }

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