Html Css Color HEX #FB1884 Deep Pink

📋 copy color: '#FB1884'

red 251 ◦ green 24 ◦ blue 132

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

Shades of Deep Pink #FB1884

Tints of Deep Pink #FB1884

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.9%

 BLUE value IS 132 (51.95% from 255) = 32.43%

R = 61.67%
G = 5.9%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FB1884 (or 0xFB1884) is known color: Deep Pink. HEX triplet: FB, 18 and 84. RGB value is (251,24,132). Sum of RGB (Red+Green+Blue) = 251+24+132=407 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.67% from 407); Green value is 24 (9.77% from 255 or 5.90% from 407); Blue value is 132 (51.95% from 255 or 32.43% from 407); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1884 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB1884 is #04E77B. Grayscale: #676767. Windows color (decimal): -321404 or 8657147. OLE color: 8657147.

HSL color Cylindrical-coordinate representation of color #FB1884: hue angle of 331.45º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB1884 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 24 132 -
CMYK 0 0.90 0.47 0.02
HSL 331.45º 0.97% 0.54% -
HSV(B) 331.45º 0.9% 0.98% -
XYZ 44.28 22.83 23.9 -
YUV 104.19 143.71 232.72 -
System Red Green Blue C M Y K H S L
Decimal 251 24 132 0 0.90 0.47 0.02 331.45 0.97 0.54
Hex FB 18 84 0 5A 2F 2 14B 61 36
Octal 373 30 204 0 132 57 2 513 141 66
Binary 11111011 11000 10000100 0 1011010 101111 10 101001011 1100001 110110

Color Harmonies of #FB1884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1884

Black with #FB1884

Text Example


Text Example

White with #FB1884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1884; }

 p { color: rgb(251,24,132); }

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

background-color css

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

 a { background-color: rgb(251,24,132); }

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

border-color css

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

 span { border-color: rgb(251,24,132); }

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