Html Css Color HEX #FB1A8D Deep Pink

📋 copy color: '#FB1A8D'

red 251 ◦ green 26 ◦ blue 141

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

Shades of Deep Pink #FB1A8D

Tints of Deep Pink #FB1A8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.73%

R = 60.05%
G = 6.22%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FB1A8D (or 0xFB1A8D) is known color: Deep Pink. HEX triplet: FB, 1A and 8D. RGB value is (251,26,141). Sum of RGB (Red+Green+Blue) = 251+26+141=418 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.05% from 418); Green value is 26 (10.55% from 255 or 6.22% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1A8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB1A8D is #04E572. Grayscale: #6A6A6A. Windows color (decimal): -320883 or 9247483. OLE color: 9247483.

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

Color convert

RGB 251 26 141 -
CMYK 0 0.90 0.44 0.02
HSL 329.33º 0.97% 0.54% -
HSV(B) 329.33º 0.9% 0.98% -
XYZ 44.96 23.17 27.3 -
YUV 106.39 147.54 231.15 -
System Red Green Blue C M Y K H S L
Decimal 251 26 141 0 0.90 0.44 0.02 329.33 0.97 0.54
Hex FB 1A 8D 0 5A 2C 2 149 61 36
Octal 373 32 215 0 132 54 2 511 141 66
Binary 11111011 11010 10001101 0 1011010 101100 10 101001001 1100001 110110

Color Harmonies of #FB1A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1A8D

Black with #FB1A8D

Text Example


Text Example

White with #FB1A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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