Html Css Color HEX #FB1A8B Deep Pink

📋 copy color: '#FB1A8B'

red 251 ◦ green 26 ◦ blue 139

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

Shades of Deep Pink #FB1A8B

Tints of Deep Pink #FB1A8B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.25%

 BLUE value IS 139 (54.69% from 255) = 33.41%

R = 60.34%
G = 6.25%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FB1A8B (or 0xFB1A8B) is known color: Deep Pink. HEX triplet: FB, 1A and 8B. RGB value is (251,26,139). Sum of RGB (Red+Green+Blue) = 251+26+139=416 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.34% from 416); Green value is 26 (10.55% from 255 or 6.25% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1A8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB1A8B is #04E574. Grayscale: #696969. Windows color (decimal): -320885 or 9116411. OLE color: 9116411.

HSL color Cylindrical-coordinate representation of color #FB1A8B: hue angle of 329.87º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB1A8B is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 26 139 -
CMYK 0 0.90 0.45 0.02
HSL 329.87º 0.97% 0.54% -
HSV(B) 329.87º 0.9% 0.98% -
XYZ 44.81 23.11 26.53 -
YUV 106.16 146.54 231.31 -
System Red Green Blue C M Y K H S L
Decimal 251 26 139 0 0.90 0.45 0.02 329.87 0.97 0.54
Hex FB 1A 8B 0 5A 2D 2 14A 61 36
Octal 373 32 213 0 132 55 2 512 141 66
Binary 11111011 11010 10001011 0 1011010 101101 10 101001010 1100001 110110

Color Harmonies of #FB1A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1A8B

Black with #FB1A8B

Text Example


Text Example

White with #FB1A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1A8B; }

 p { color: rgb(251,26,139); }

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

background-color css

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

 a { background-color: rgb(251,26,139); }

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

border-color css

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

 span { border-color: rgb(251,26,139); }

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