Html Css Color HEX #FB028A Deep Pink

📋 copy color: '#FB028A'

red 251 ◦ green 2 ◦ blue 138

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

Shades of Deep Pink #FB028A

Tints of Deep Pink #FB028A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.29%

R = 64.19%
G = 0.51%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FB028A (or 0xFB028A) is known color: Deep Pink. HEX triplet: FB, 02 and 8A. RGB value is (251,2,138). Sum of RGB (Red+Green+Blue) = 251+2+138=391 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.19% from 391); Green value is 2 (1.17% from 255 or 0.51% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 251 - color contains mainly: red. Hex color #FB028A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB028A is #04FD75. Grayscale: #5B5B5B. Windows color (decimal): -327030 or 9044731. OLE color: 9044731.

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

Color convert

RGB 251 2 138 -
CMYK 0 0.99 0.45 0.02
HSL 327.23º 0.98% 0.5% -
HSV(B) 327.23º 0.99% 0.98% -
XYZ 44.39 22.39 26.03 -
YUV 91.96 153.99 241.44 -
System Red Green Blue C M Y K H S L
Decimal 251 2 138 0 0.99 0.45 0.02 327.23 0.98 0.5
Hex FB 2 8A 0 63 2D 2 147 62 32
Octal 373 2 212 0 143 55 2 507 142 62
Binary 11111011 10 10001010 0 1100011 101101 10 101000111 1100010 110010

Color Harmonies of #FB028A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB028A

Black with #FB028A

Text Example


Text Example

White with #FB028A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB028A; }

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

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

background-color css

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

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

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

border-color css

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

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

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