Html Css Color HEX #FB0678 Deep Pink

📋 copy color: '#FB0678'

red 251 ◦ green 6 ◦ blue 120

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

Shades of Deep Pink #FB0678

Tints of Deep Pink #FB0678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.83%

R = 66.58%
G = 1.59%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FB0678 (or 0xFB0678) is known color: Deep Pink. HEX triplet: FB, 06 and 78. RGB value is (251,6,120). Sum of RGB (Red+Green+Blue) = 251+6+120=377 (49% of max value = 765). Red value is 251 (98.44% from 255 or 66.58% from 377); Green value is 6 (2.73% from 255 or 1.59% from 377); Blue value is 120 (47.27% from 255 or 31.83% from 377); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0678 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0678 is #04F987. Grayscale: #5C5C5C. Windows color (decimal): -326024 or 7866107. OLE color: 7866107.

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

Color convert

RGB 251 6 120 -
CMYK 0 0.98 0.52 0.02
HSL 332.08º 0.97% 0.5% -
HSV(B) 332.08º 0.98% 0.98% -
XYZ 43.24 22 19.74 -
YUV 92.25 143.67 241.23 -
System Red Green Blue C M Y K H S L
Decimal 251 6 120 0 0.98 0.52 0.02 332.08 0.97 0.5
Hex FB 6 78 0 62 34 2 14C 61 32
Octal 373 6 170 0 142 64 2 514 141 62
Binary 11111011 110 1111000 0 1100010 110100 10 101001100 1100001 110010

Color Harmonies of #FB0678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0678

Black with #FB0678

Text Example


Text Example

White with #FB0678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0678; }

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

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

background-color css

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

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

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

border-color css

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

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

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