Html Css Color HEX #FB1379 Deep Pink

📋 copy color: '#FB1379'

red 251 ◦ green 19 ◦ blue 121

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

Shades of Deep Pink #FB1379

Tints of Deep Pink #FB1379

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.86%

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

R = 64.19%
G = 4.86%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FB1379 (or 0xFB1379) is known color: Deep Pink. HEX triplet: FB, 13 and 79. RGB value is (251,19,121). Sum of RGB (Red+Green+Blue) = 251+19+121=391 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.19% from 391); Green value is 19 (7.81% from 255 or 4.86% from 391); Blue value is 121 (47.66% from 255 or 30.95% from 391); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1379 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB1379 is #04EC86. Grayscale: #636363. Windows color (decimal): -322695 or 7934971. OLE color: 7934971.

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

Color convert

RGB 251 19 121 -
CMYK 0 0.92 0.52 0.02
HSL 333.62º 0.97% 0.53% -
HSV(B) 333.62º 0.92% 0.98% -
XYZ 43.47 22.36 20.11 -
YUV 100 139.86 235.71 -
System Red Green Blue C M Y K H S L
Decimal 251 19 121 0 0.92 0.52 0.02 333.62 0.97 0.53
Hex FB 13 79 0 5C 34 2 14E 61 35
Octal 373 23 171 0 134 64 2 516 141 65
Binary 11111011 10011 1111001 0 1011100 110100 10 101001110 1100001 110101

Color Harmonies of #FB1379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1379

Black with #FB1379

Text Example


Text Example

White with #FB1379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1379; }

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

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

background-color css

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

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

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

border-color css

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

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

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