Html Css Color HEX #FB17A0 Deep Pink

📋 copy color: '#FB17A0'

red 251 ◦ green 23 ◦ blue 160

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

Shades of Deep Pink #FB17A0

Tints of Deep Pink #FB17A0

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.3%

 BLUE value IS 160 (62.89% from 255) = 36.87%

R = 57.83%
G = 5.3%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FB17A0 (or 0xFB17A0) is known color: Deep Pink. HEX triplet: FB, 17 and A0. RGB value is (251,23,160). Sum of RGB (Red+Green+Blue) = 251+23+160=434 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.83% from 434); Green value is 23 (9.38% from 255 or 5.30% from 434); Blue value is 160 (62.89% from 255 or 36.87% from 434); Max value from RGB is 251 - color contains mainly: red. Hex color #FB17A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB17A0 is #04E85F. Grayscale: #6A6A6A. Windows color (decimal): -321632 or 10491899. OLE color: 10491899.

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

Color convert

RGB 251 23 160 -
CMYK 0 0.91 0.36 0.02
HSL 323.95º 0.97% 0.54% -
HSV(B) 323.95º 0.91% 0.98% -
XYZ 46.44 23.66 35.38 -
YUV 106.79 158.04 230.86 -
System Red Green Blue C M Y K H S L
Decimal 251 23 160 0 0.91 0.36 0.02 323.95 0.97 0.54
Hex FB 17 A0 0 5B 24 2 144 61 36
Octal 373 27 240 0 133 44 2 504 141 66
Binary 11111011 10111 10100000 0 1011011 100100 10 101000100 1100001 110110

Color Harmonies of #FB17A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB17A0

Black with #FB17A0

Text Example


Text Example

White with #FB17A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB17A0; }

 p { color: rgb(251,23,160); }

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

background-color css

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

 a { background-color: rgb(251,23,160); }

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

border-color css

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

 span { border-color: rgb(251,23,160); }

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