Html Css Color HEX #FB10A1 Deep Pink

📋 copy color: '#FB10A1'

red 251 ◦ green 16 ◦ blue 161

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

Shades of Deep Pink #FB10A1

Tints of Deep Pink #FB10A1

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.74%

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

R = 58.64%
G = 3.74%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FB10A1 (or 0xFB10A1) is known color: Deep Pink. HEX triplet: FB, 10 and A1. RGB value is (251,16,161). Sum of RGB (Red+Green+Blue) = 251+16+161=428 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.64% from 428); Green value is 16 (6.64% from 255 or 3.74% from 428); Blue value is 161 (63.28% from 255 or 37.62% from 428); Max value from RGB is 251 - color contains mainly: red. Hex color #FB10A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB10A1 is #04EF5E. Grayscale: #666666. Windows color (decimal): -323423 or 10555643. OLE color: 10555643.

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

Color convert

RGB 251 16 161 -
CMYK 0 0.94 0.36 0.02
HSL 322.98º 0.97% 0.52% -
HSV(B) 322.98º 0.94% 0.98% -
XYZ 46.4 23.45 35.8 -
YUV 102.8 160.86 233.71 -
System Red Green Blue C M Y K H S L
Decimal 251 16 161 0 0.94 0.36 0.02 322.98 0.97 0.52
Hex FB 10 A1 0 5E 24 2 143 61 34
Octal 373 20 241 0 136 44 2 503 141 64
Binary 11111011 10000 10100001 0 1011110 100100 10 101000011 1100001 110100

Color Harmonies of #FB10A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB10A1

Black with #FB10A1

Text Example


Text Example

White with #FB10A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB10A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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