Html Css Color HEX #FB077E Deep Pink

📋 copy color: '#FB077E'

red 251 ◦ green 7 ◦ blue 126

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

Shades of Deep Pink #FB077E

Tints of Deep Pink #FB077E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.81%

R = 65.36%
G = 1.82%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FB077E (or 0xFB077E) is known color: Deep Pink. HEX triplet: FB, 07 and 7E. RGB value is (251,7,126). Sum of RGB (Red+Green+Blue) = 251+7+126=384 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.36% from 384); Green value is 7 (3.12% from 255 or 1.82% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 251 - color contains mainly: red. Hex color #FB077E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB077E is #04F881. Grayscale: #5D5D5D. Windows color (decimal): -325762 or 8259579. OLE color: 8259579.

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

Color convert

RGB 251 7 126 -
CMYK 0 0.97 0.50 0.02
HSL 330.74º 0.97% 0.51% -
HSV(B) 330.74º 0.97% 0.98% -
XYZ 43.63 22.17 21.72 -
YUV 93.52 146.34 240.32 -
System Red Green Blue C M Y K H S L
Decimal 251 7 126 0 0.97 0.50 0.02 330.74 0.97 0.51
Hex FB 7 7E 0 61 32 2 14B 61 33
Octal 373 7 176 0 141 62 2 513 141 63
Binary 11111011 111 1111110 0 1100001 110010 10 101001011 1100001 110011

Color Harmonies of #FB077E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB077E

Black with #FB077E

Text Example


Text Example

White with #FB077E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB077E; }

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

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

background-color css

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

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

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

border-color css

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

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

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