Html Css Color HEX #FB1890 Deep Pink

📋 copy color: '#FB1890'

red 251 ◦ green 24 ◦ blue 144

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

Shades of Deep Pink #FB1890

Tints of Deep Pink #FB1890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.37%

R = 59.9%
G = 5.73%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FB1890 (or 0xFB1890) is known color: Deep Pink. HEX triplet: FB, 18 and 90. RGB value is (251,24,144). Sum of RGB (Red+Green+Blue) = 251+24+144=419 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.90% from 419); Green value is 24 (9.77% from 255 or 5.73% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1890 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB1890 is #04E76F. Grayscale: #696969. Windows color (decimal): -321392 or 9443579. OLE color: 9443579.

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

Color convert

RGB 251 24 144 -
CMYK 0 0.90 0.43 0.02
HSL 328.28º 0.97% 0.54% -
HSV(B) 328.28º 0.9% 0.98% -
XYZ 45.14 23.18 28.48 -
YUV 105.55 149.71 231.74 -
System Red Green Blue C M Y K H S L
Decimal 251 24 144 0 0.90 0.43 0.02 328.28 0.97 0.54
Hex FB 18 90 0 5A 2B 2 148 61 36
Octal 373 30 220 0 132 53 2 510 141 66
Binary 11111011 11000 10010000 0 1011010 101011 10 101001000 1100001 110110

Color Harmonies of #FB1890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1890

Black with #FB1890

Text Example


Text Example

White with #FB1890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1890; }

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

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

background-color css

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

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

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

border-color css

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

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

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