Html Css Color HEX #FB0781 Deep Pink

📋 copy color: '#FB0781'

red 251 ◦ green 7 ◦ blue 129

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

Shades of Deep Pink #FB0781

Tints of Deep Pink #FB0781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 33.33%

R = 64.86%
G = 1.81%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FB0781 (or 0xFB0781) is known color: Deep Pink. HEX triplet: FB, 07 and 81. RGB value is (251,7,129). Sum of RGB (Red+Green+Blue) = 251+7+129=387 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.86% from 387); Green value is 7 (3.12% from 255 or 1.81% from 387); Blue value is 129 (50.78% from 255 or 33.33% from 387); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0781 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0781 is #04F87E. Grayscale: #5D5D5D. Windows color (decimal): -325759 or 8456187. OLE color: 8456187.

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

Color convert

RGB 251 7 129 -
CMYK 0 0.97 0.49 0.02
HSL 330º 0.97% 0.51% -
HSV(B) 330º 0.97% 0.98% -
XYZ 43.82 22.25 22.75 -
YUV 93.86 147.84 240.08 -
System Red Green Blue C M Y K H S L
Decimal 251 7 129 0 0.97 0.49 0.02 330 0.97 0.51
Hex FB 7 81 0 61 31 2 14A 61 33
Octal 373 7 201 0 141 61 2 512 141 63
Binary 11111011 111 10000001 0 1100001 110001 10 101001010 1100001 110011

Color Harmonies of #FB0781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0781

Black with #FB0781

Text Example


Text Example

White with #FB0781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0781; }

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

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

background-color css

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

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

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

border-color css

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

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

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