Html Css Color HEX #FB0680 Deep Pink

📋 copy color: '#FB0680'

red 251 ◦ green 6 ◦ blue 128

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

Shades of Deep Pink #FB0680

Tints of Deep Pink #FB0680

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.56%

 BLUE value IS 128 (50.39% from 255) = 33.25%

R = 65.19%
G = 1.56%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FB0680 (or 0xFB0680) is known color: Deep Pink. HEX triplet: FB, 06 and 80. RGB value is (251,6,128). Sum of RGB (Red+Green+Blue) = 251+6+128=385 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.19% from 385); Green value is 6 (2.73% from 255 or 1.56% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0680 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0680 is #04F97F. Grayscale: #5C5C5C. Windows color (decimal): -326016 or 8390395. OLE color: 8390395.

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

Color convert

RGB 251 6 128 -
CMYK 0 0.98 0.49 0.02
HSL 330.12º 0.97% 0.5% -
HSV(B) 330.12º 0.98% 0.98% -
XYZ 43.75 22.2 22.4 -
YUV 93.16 147.67 240.58 -
System Red Green Blue C M Y K H S L
Decimal 251 6 128 0 0.98 0.49 0.02 330.12 0.97 0.5
Hex FB 6 80 0 62 31 2 14A 61 32
Octal 373 6 200 0 142 61 2 512 141 62
Binary 11111011 110 10000000 0 1100010 110001 10 101001010 1100001 110010

Color Harmonies of #FB0680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0680

Black with #FB0680

Text Example


Text Example

White with #FB0680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0680; }

 p { color: rgb(251,6,128); }

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

background-color css

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

 a { background-color: rgb(251,6,128); }

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

border-color css

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

 span { border-color: rgb(251,6,128); }

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