Html Css Color HEX #FB1C89 Deep Pink

📋 copy color: '#FB1C89'

red 251 ◦ green 28 ◦ blue 137

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

Shades of Deep Pink #FB1C89

Tints of Deep Pink #FB1C89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 32.93%

R = 60.34%
G = 6.73%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FB1C89 (or 0xFB1C89) is known color: Deep Pink. HEX triplet: FB, 1C and 89. RGB value is (251,28,137). Sum of RGB (Red+Green+Blue) = 251+28+137=416 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.34% from 416); Green value is 28 (11.33% from 255 or 6.73% from 416); Blue value is 137 (53.91% from 255 or 32.93% from 416); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1C89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB1C89 is #04E376. Grayscale: #6A6A6A. Windows color (decimal): -320375 or 8985851. OLE color: 8985851.

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

Color convert

RGB 251 28 137 -
CMYK 0 0.89 0.45 0.02
HSL 330.67º 0.97% 0.55% -
HSV(B) 330.67º 0.89% 0.98% -
XYZ 44.71 23.15 25.78 -
YUV 107.1 144.88 230.64 -
System Red Green Blue C M Y K H S L
Decimal 251 28 137 0 0.89 0.45 0.02 330.67 0.97 0.55
Hex FB 1C 89 0 59 2D 2 14B 61 37
Octal 373 34 211 0 131 55 2 513 141 67
Binary 11111011 11100 10001001 0 1011001 101101 10 101001011 1100001 110111

Color Harmonies of #FB1C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1C89

Black with #FB1C89

Text Example


Text Example

White with #FB1C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1C89; }

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

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

background-color css

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

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

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

border-color css

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

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

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