Html Css Color HEX #FB11A1 Deep Pink

📋 copy color: '#FB11A1'

red 251 ◦ green 17 ◦ blue 161

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

Shades of Deep Pink #FB11A1

Tints of Deep Pink #FB11A1

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.96%

 BLUE value IS 161 (63.28% from 255) = 37.53%

R = 58.51%
G = 3.96%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FB11A1 (or 0xFB11A1) is known color: Deep Pink. HEX triplet: FB, 11 and A1. RGB value is (251,17,161). Sum of RGB (Red+Green+Blue) = 251+17+161=429 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.51% from 429); Green value is 17 (7.03% from 255 or 3.96% from 429); Blue value is 161 (63.28% from 255 or 37.53% from 429); Max value from RGB is 251 - color contains mainly: red. Hex color #FB11A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB11A1 is #04EE5E. Grayscale: #676767. Windows color (decimal): -323167 or 10555899. OLE color: 10555899.

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

Color convert

RGB 251 17 161 -
CMYK 0 0.93 0.36 0.02
HSL 323.08º 0.97% 0.53% -
HSV(B) 323.08º 0.93% 0.98% -
XYZ 46.42 23.48 35.8 -
YUV 103.38 160.52 233.29 -
System Red Green Blue C M Y K H S L
Decimal 251 17 161 0 0.93 0.36 0.02 323.08 0.97 0.53
Hex FB 11 A1 0 5D 24 2 143 61 35
Octal 373 21 241 0 135 44 2 503 141 65
Binary 11111011 10001 10100001 0 1011101 100100 10 101000011 1100001 110101

Color Harmonies of #FB11A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB11A1

Black with #FB11A1

Text Example


Text Example

White with #FB11A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB11A1; }

 p { color: rgb(251,17,161); }

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

background-color css

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

 a { background-color: rgb(251,17,161); }

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

border-color css

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

 span { border-color: rgb(251,17,161); }

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