Html Css Color HEX #FB1679 Deep Pink

📋 copy color: '#FB1679'

red 251 ◦ green 22 ◦ blue 121

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

Shades of Deep Pink #FB1679

Tints of Deep Pink #FB1679

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.58%

 BLUE value IS 121 (47.66% from 255) = 30.71%

R = 63.71%
G = 5.58%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FB1679 (or 0xFB1679) is known color: Deep Pink. HEX triplet: FB, 16 and 79. RGB value is (251,22,121). Sum of RGB (Red+Green+Blue) = 251+22+121=394 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.71% from 394); Green value is 22 (8.98% from 255 or 5.58% from 394); Blue value is 121 (47.66% from 255 or 30.71% from 394); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1679 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB1679 is #04E986. Grayscale: #656565. Windows color (decimal): -321927 or 7935739. OLE color: 7935739.

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

Color convert

RGB 251 22 121 -
CMYK 0 0.91 0.52 0.02
HSL 334.06º 0.97% 0.54% -
HSV(B) 334.06º 0.91% 0.98% -
XYZ 43.52 22.46 20.13 -
YUV 101.76 138.87 234.45 -
System Red Green Blue C M Y K H S L
Decimal 251 22 121 0 0.91 0.52 0.02 334.06 0.97 0.54
Hex FB 16 79 0 5B 34 2 14E 61 36
Octal 373 26 171 0 133 64 2 516 141 66
Binary 11111011 10110 1111001 0 1011011 110100 10 101001110 1100001 110110

Color Harmonies of #FB1679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1679

Black with #FB1679

Text Example


Text Example

White with #FB1679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1679; }

 p { color: rgb(251,22,121); }

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

background-color css

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

 a { background-color: rgb(251,22,121); }

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

border-color css

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

 span { border-color: rgb(251,22,121); }

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