Html Css Color HEX #FB1987 Deep Pink

📋 copy color: '#FB1987'

red 251 ◦ green 25 ◦ blue 135

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

Shades of Deep Pink #FB1987

Tints of Deep Pink #FB1987

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.08%

 BLUE value IS 135 (53.13% from 255) = 32.85%

R = 61.07%
G = 6.08%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#FB1987 (or 0xFB1987) is known color: Deep Pink. HEX triplet: FB, 19 and 87. RGB value is (251,25,135). Sum of RGB (Red+Green+Blue) = 251+25+135=411 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.07% from 411); Green value is 25 (10.16% from 255 or 6.08% from 411); Blue value is 135 (53.12% from 255 or 32.85% from 411); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1987 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB1987 is #04E678. Grayscale: #686868. Windows color (decimal): -321145 or 8854011. OLE color: 8854011.

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

Color convert

RGB 251 25 135 -
CMYK 0 0.90 0.46 0.02
HSL 330.8º 0.97% 0.54% -
HSV(B) 330.8º 0.9% 0.98% -
XYZ 44.5 22.95 25.01 -
YUV 105.11 144.87 232.06 -
System Red Green Blue C M Y K H S L
Decimal 251 25 135 0 0.90 0.46 0.02 330.8 0.97 0.54
Hex FB 19 87 0 5A 2E 2 14B 61 36
Octal 373 31 207 0 132 56 2 513 141 66
Binary 11111011 11001 10000111 0 1011010 101110 10 101001011 1100001 110110

Color Harmonies of #FB1987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1987

Black with #FB1987

Text Example


Text Example

White with #FB1987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1987; }

 p { color: rgb(251,25,135); }

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

background-color css

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

 a { background-color: rgb(251,25,135); }

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

border-color css

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

 span { border-color: rgb(251,25,135); }

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