Html Css Color HEX #FB0280 Deep Pink

📋 copy color: '#FB0280'

red 251 ◦ green 2 ◦ blue 128

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

Shades of Deep Pink #FB0280

Tints of Deep Pink #FB0280

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.52%

 BLUE value IS 128 (50.39% from 255) = 33.6%

R = 65.88%
G = 0.52%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FB0280 (or 0xFB0280) is known color: Deep Pink. HEX triplet: FB, 02 and 80. RGB value is (251,2,128). Sum of RGB (Red+Green+Blue) = 251+2+128=381 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.88% from 381); Green value is 2 (1.17% from 255 or 0.52% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0280 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0280 is #04FD7F. Grayscale: #5A5A5A. Windows color (decimal): -327040 or 8389371. OLE color: 8389371.

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

Color convert

RGB 251 2 128 -
CMYK 0 0.99 0.49 0.02
HSL 329.64º 0.98% 0.5% -
HSV(B) 329.64º 0.99% 0.98% -
XYZ 43.7 22.11 22.39 -
YUV 90.82 148.99 242.25 -
System Red Green Blue C M Y K H S L
Decimal 251 2 128 0 0.99 0.49 0.02 329.64 0.98 0.5
Hex FB 2 80 0 63 31 2 14A 62 32
Octal 373 2 200 0 143 61 2 512 142 62
Binary 11111011 10 10000000 0 1100011 110001 10 101001010 1100010 110010

Color Harmonies of #FB0280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0280

Black with #FB0280

Text Example


Text Example

White with #FB0280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0280; }

 p { color: rgb(251,2,128); }

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

background-color css

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

 a { background-color: rgb(251,2,128); }

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

border-color css

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

 span { border-color: rgb(251,2,128); }

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