Html Css Color HEX #FB1276 Deep Pink

📋 copy color: '#FB1276'

red 251 ◦ green 18 ◦ blue 118

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

Shades of Deep Pink #FB1276

Tints of Deep Pink #FB1276

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.65%

 BLUE value IS 118 (46.48% from 255) = 30.49%

R = 64.86%
G = 4.65%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FB1276 (or 0xFB1276) is known color: Deep Pink. HEX triplet: FB, 12 and 76. RGB value is (251,18,118). Sum of RGB (Red+Green+Blue) = 251+18+118=387 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.86% from 387); Green value is 18 (7.42% from 255 or 4.65% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1276 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB1276 is #04ED89. Grayscale: #626262. Windows color (decimal): -322954 or 7738107. OLE color: 7738107.

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

Color convert

RGB 251 18 118 -
CMYK 0 0.93 0.53 0.02
HSL 334.25º 0.97% 0.53% -
HSV(B) 334.25º 0.93% 0.98% -
XYZ 43.27 22.25 19.15 -
YUV 99.07 138.69 236.37 -
System Red Green Blue C M Y K H S L
Decimal 251 18 118 0 0.93 0.53 0.02 334.25 0.97 0.53
Hex FB 12 76 0 5D 35 2 14E 61 35
Octal 373 22 166 0 135 65 2 516 141 65
Binary 11111011 10010 1110110 0 1011101 110101 10 101001110 1100001 110101

Color Harmonies of #FB1276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1276

Black with #FB1276

Text Example


Text Example

White with #FB1276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1276; }

 p { color: rgb(251,18,118); }

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

background-color css

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

 a { background-color: rgb(251,18,118); }

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

border-color css

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

 span { border-color: rgb(251,18,118); }

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