Html Css Color HEX #FB1399 Deep Pink

📋 copy color: '#FB1399'

red 251 ◦ green 19 ◦ blue 153

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

Shades of Deep Pink #FB1399

Tints of Deep Pink #FB1399

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 36.17%

R = 59.34%
G = 4.49%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FB1399 (or 0xFB1399) is known color: Deep Pink. HEX triplet: FB, 13 and 99. RGB value is (251,19,153). Sum of RGB (Red+Green+Blue) = 251+19+153=423 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.34% from 423); Green value is 19 (7.81% from 255 or 4.49% from 423); Blue value is 153 (60.16% from 255 or 36.17% from 423); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1399 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB1399 is #04EC66. Grayscale: #676767. Windows color (decimal): -322663 or 10032123. OLE color: 10032123.

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

Color convert

RGB 251 19 153 -
CMYK 0 0.92 0.39 0.02
HSL 325.34º 0.97% 0.53% -
HSV(B) 325.34º 0.92% 0.98% -
XYZ 45.77 23.27 32.22 -
YUV 103.64 155.86 233.1 -
System Red Green Blue C M Y K H S L
Decimal 251 19 153 0 0.92 0.39 0.02 325.34 0.97 0.53
Hex FB 13 99 0 5C 27 2 145 61 35
Octal 373 23 231 0 134 47 2 505 141 65
Binary 11111011 10011 10011001 0 1011100 100111 10 101000101 1100001 110101

Color Harmonies of #FB1399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1399

Black with #FB1399

Text Example


Text Example

White with #FB1399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1399; }

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

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

background-color css

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

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

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

border-color css

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

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

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