Html Css Color HEX #FB1499 Deep Pink

📋 copy color: '#FB1499'

red 251 ◦ green 20 ◦ blue 153

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

Shades of Deep Pink #FB1499

Tints of Deep Pink #FB1499

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.72%

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

R = 59.2%
G = 4.72%
B = 36.08%

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

#FB1499 (or 0xFB1499) is known color: Deep Pink. HEX triplet: FB, 14 and 99. RGB value is (251,20,153). Sum of RGB (Red+Green+Blue) = 251+20+153=424 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.20% from 424); Green value is 20 (8.20% from 255 or 4.72% from 424); Blue value is 153 (60.16% from 255 or 36.08% from 424); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1499 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB1499 is #04EB66. Grayscale: #676767. Windows color (decimal): -322407 or 10032379. OLE color: 10032379.

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

Color convert

RGB 251 20 153 -
CMYK 0 0.92 0.39 0.02
HSL 325.45º 0.97% 0.53% -
HSV(B) 325.45º 0.92% 0.98% -
XYZ 45.78 23.31 32.22 -
YUV 104.23 155.53 232.69 -
System Red Green Blue C M Y K H S L
Decimal 251 20 153 0 0.92 0.39 0.02 325.45 0.97 0.53
Hex FB 14 99 0 5C 27 2 145 61 35
Octal 373 24 231 0 134 47 2 505 141 65
Binary 11111011 10100 10011001 0 1011100 100111 10 101000101 1100001 110101

Color Harmonies of #FB1499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1499

Black with #FB1499

Text Example


Text Example

White with #FB1499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1499; }

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

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

background-color css

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

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

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

border-color css

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

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

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