Html Css Color HEX #FB018E Deep Pink

📋 copy color: '#FB018E'

red 251 ◦ green 1 ◦ blue 142

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

Shades of Deep Pink #FB018E

Tints of Deep Pink #FB018E

RGB

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

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

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

R = 63.71%
G = 0.25%
B = 36.04%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FB018E (or 0xFB018E) is known color: Deep Pink. HEX triplet: FB, 01 and 8E. RGB value is (251,1,142). Sum of RGB (Red+Green+Blue) = 251+1+142=394 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.71% from 394); Green value is 1 (0.78% from 255 or 0.25% from 394); Blue value is 142 (55.86% from 255 or 36.04% from 394); Max value from RGB is 251 - color contains mainly: red. Hex color #FB018E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB018E is #04FE71. Grayscale: #5B5B5B. Windows color (decimal): -327282 or 9306619. OLE color: 9306619.

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

Color convert

RGB 251 1 142 -
CMYK 0 1.00 0.43 0.02
HSL 326.16º 0.99% 0.49% -
HSV(B) 326.16º 1% 0.98% -
XYZ 44.68 22.48 27.58 -
YUV 91.82 156.33 241.54 -
System Red Green Blue C M Y K H S L
Decimal 251 1 142 0 1.00 0.43 0.02 326.16 0.99 0.49
Hex FB 1 8E 0 64 2B 2 146 63 31
Octal 373 1 216 0 144 53 2 506 143 61
Binary 11111011 1 10001110 0 1100100 101011 10 101000110 1100011 110001

Color Harmonies of #FB018E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB018E

Black with #FB018E

Text Example


Text Example

White with #FB018E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB018E; }

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

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

background-color css

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

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

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

border-color css

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

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

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