Html Css Color HEX #FB088B Deep Pink

📋 copy color: '#FB088B'

red 251 ◦ green 8 ◦ blue 139

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

Shades of Deep Pink #FB088B

Tints of Deep Pink #FB088B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.01%

 BLUE value IS 139 (54.69% from 255) = 34.92%

R = 63.07%
G = 2.01%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FB088B (or 0xFB088B) is known color: Deep Pink. HEX triplet: FB, 08 and 8B. RGB value is (251,8,139). Sum of RGB (Red+Green+Blue) = 251+8+139=398 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.07% from 398); Green value is 8 (3.52% from 255 or 2.01% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 251 - color contains mainly: red. Hex color #FB088B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB088B is #04F774. Grayscale: #5F5F5F. Windows color (decimal): -325493 or 9111803. OLE color: 9111803.

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

Color convert

RGB 251 8 139 -
CMYK 0 0.97 0.45 0.02
HSL 327.65º 0.97% 0.51% -
HSV(B) 327.65º 0.97% 0.98% -
XYZ 44.53 22.55 26.43 -
YUV 95.59 152.51 238.85 -
System Red Green Blue C M Y K H S L
Decimal 251 8 139 0 0.97 0.45 0.02 327.65 0.97 0.51
Hex FB 8 8B 0 61 2D 2 148 61 33
Octal 373 10 213 0 141 55 2 510 141 63
Binary 11111011 1000 10001011 0 1100001 101101 10 101001000 1100001 110011

Color Harmonies of #FB088B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB088B

Black with #FB088B

Text Example


Text Example

White with #FB088B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB088B; }

 p { color: rgb(251,8,139); }

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

background-color css

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

 a { background-color: rgb(251,8,139); }

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

border-color css

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

 span { border-color: rgb(251,8,139); }

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