Html Css Color HEX #FB0182 Deep Pink

📋 copy color: '#FB0182'

red 251 ◦ green 1 ◦ blue 130

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

Shades of Deep Pink #FB0182

Tints of Deep Pink #FB0182

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.26%

 BLUE value IS 130 (51.17% from 255) = 34.03%

R = 65.71%
G = 0.26%
B = 34.03%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FB0182 (or 0xFB0182) is known color: Deep Pink. HEX triplet: FB, 01 and 82. RGB value is (251,1,130). Sum of RGB (Red+Green+Blue) = 251+1+130=382 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.71% from 382); Green value is 1 (0.78% from 255 or 0.26% from 382); Blue value is 130 (51.17% from 255 or 34.03% from 382); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0182 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0182 is #04FE7D. Grayscale: #5A5A5A. Windows color (decimal): -327294 or 8520187. OLE color: 8520187.

HSL color Cylindrical-coordinate representation of color #FB0182: hue angle of 329.04º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB0182 is Cyan = 0, Magento = 1.00, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 1 130 -
CMYK 0 1.00 0.48 0.02
HSL 329.04º 0.99% 0.49% -
HSV(B) 329.04º 1% 0.98% -
XYZ 43.82 22.14 23.08 -
YUV 90.46 150.33 242.51 -
System Red Green Blue C M Y K H S L
Decimal 251 1 130 0 1.00 0.48 0.02 329.04 0.99 0.49
Hex FB 1 82 0 64 30 2 149 63 31
Octal 373 1 202 0 144 60 2 511 143 61
Binary 11111011 1 10000010 0 1100100 110000 10 101001001 1100011 110001

Color Harmonies of #FB0182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0182

Black with #FB0182

Text Example


Text Example

White with #FB0182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0182; }

 p { color: rgb(251,1,130); }

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

background-color css

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

 a { background-color: rgb(251,1,130); }

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

border-color css

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

 span { border-color: rgb(251,1,130); }

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