Html Css Color HEX #FB008E Deep Pink

📋 copy color: '#FB008E'

red 251 ◦ green 0 ◦ blue 142

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

Shades of Deep Pink #FB008E

Tints of Deep Pink #FB008E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 142 (55.86% from 255) = 36.13%

R = 63.87%
G = 0%
B = 36.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FB008E (or 0xFB008E) is known color: Deep Pink. HEX triplet: FB, 00 and 8E. RGB value is (251,0,142). Sum of RGB (Red+Green+Blue) = 251+0+142=393 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.87% from 393); Green value is 0 (0.39% from 255 or 0% from 393); Blue value is 142 (55.86% from 255 or 36.13% from 393); Max value from RGB is 251 - color contains mainly: red. Hex color #FB008E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB008E is #04FF71. Grayscale: #5A5A5A. Windows color (decimal): -327538 or 9306363. OLE color: 9306363.

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

Color convert

RGB 251 0 142 -
CMYK 0 1 0.43 0.02
HSL 326.06º 1% 0.49% -
HSV(B) 326.06º 1% 0.98% -
XYZ 44.67 22.46 27.57 -
YUV 91.24 156.66 241.95 -
System Red Green Blue C M Y K H S L
Decimal 251 0 142 0 1 0.43 0.02 326.06 1 0.49
Hex FB 0 8E 0 64 2B 2 146 64 31
Octal 373 0 216 0 144 53 2 506 144 61
Binary 11111011 0 10001110 0 1100100 101011 10 101000110 1100100 110001

Color Harmonies of #FB008E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB008E

Black with #FB008E

Text Example


Text Example

White with #FB008E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB008E; }

 p { color: rgb(251,0,142); }

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

background-color css

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

 a { background-color: rgb(251,0,142); }

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

border-color css

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

 span { border-color: rgb(251,0,142); }

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