Html Css Color HEX #FB078C Deep Pink

📋 copy color: '#FB078C'

red 251 ◦ green 7 ◦ blue 140

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

Shades of Deep Pink #FB078C

Tints of Deep Pink #FB078C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.76%

 BLUE value IS 140 (55.08% from 255) = 35.18%

R = 63.07%
G = 1.76%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FB078C (or 0xFB078C) is known color: Deep Pink. HEX triplet: FB, 07 and 8C. RGB value is (251,7,140). Sum of RGB (Red+Green+Blue) = 251+7+140=398 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.07% from 398); Green value is 7 (3.12% from 255 or 1.76% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 251 - color contains mainly: red. Hex color #FB078C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB078C is #04F873. Grayscale: #5E5E5E. Windows color (decimal): -325748 or 9177083. OLE color: 9177083.

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

Color convert

RGB 251 7 140 -
CMYK 0 0.97 0.44 0.02
HSL 327.3º 0.97% 0.51% -
HSV(B) 327.3º 0.97% 0.98% -
XYZ 44.59 22.55 26.81 -
YUV 95.12 153.34 239.19 -
System Red Green Blue C M Y K H S L
Decimal 251 7 140 0 0.97 0.44 0.02 327.3 0.97 0.51
Hex FB 7 8C 0 61 2C 2 147 61 33
Octal 373 7 214 0 141 54 2 507 141 63
Binary 11111011 111 10001100 0 1100001 101100 10 101000111 1100001 110011

Color Harmonies of #FB078C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB078C

Black with #FB078C

Text Example


Text Example

White with #FB078C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB078C; }

 p { color: rgb(251,7,140); }

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

background-color css

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

 a { background-color: rgb(251,7,140); }

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

border-color css

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

 span { border-color: rgb(251,7,140); }

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