Html Css Color HEX #FB0785 Deep Pink

📋 copy color: '#FB0785'

red 251 ◦ green 7 ◦ blue 133

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

Shades of Deep Pink #FB0785

Tints of Deep Pink #FB0785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 34.02%

R = 64.19%
G = 1.79%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FB0785 (or 0xFB0785) is known color: Deep Pink. HEX triplet: FB, 07 and 85. RGB value is (251,7,133). Sum of RGB (Red+Green+Blue) = 251+7+133=391 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.19% from 391); Green value is 7 (3.12% from 255 or 1.79% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0785 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0785 is #04F87A. Grayscale: #5E5E5E. Windows color (decimal): -325755 or 8718331. OLE color: 8718331.

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

Color convert

RGB 251 7 133 -
CMYK 0 0.97 0.47 0.02
HSL 329.02º 0.97% 0.51% -
HSV(B) 329.02º 0.97% 0.98% -
XYZ 44.09 22.35 24.18 -
YUV 94.32 149.84 239.75 -
System Red Green Blue C M Y K H S L
Decimal 251 7 133 0 0.97 0.47 0.02 329.02 0.97 0.51
Hex FB 7 85 0 61 2F 2 149 61 33
Octal 373 7 205 0 141 57 2 511 141 63
Binary 11111011 111 10000101 0 1100001 101111 10 101001001 1100001 110011

Color Harmonies of #FB0785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0785

Black with #FB0785

Text Example


Text Example

White with #FB0785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0785; }

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

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

background-color css

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

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

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

border-color css

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

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

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