Html Css Color HEX #FB1D7B Deep Pink

📋 copy color: '#FB1D7B'

red 251 ◦ green 29 ◦ blue 123

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

Shades of Deep Pink #FB1D7B

Tints of Deep Pink #FB1D7B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.2%

 BLUE value IS 123 (48.44% from 255) = 30.52%

R = 62.28%
G = 7.2%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FB1D7B (or 0xFB1D7B) is known color: Deep Pink. HEX triplet: FB, 1D and 7B. RGB value is (251,29,123). Sum of RGB (Red+Green+Blue) = 251+29+123=403 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.28% from 403); Green value is 29 (11.72% from 255 or 7.20% from 403); Blue value is 123 (48.44% from 255 or 30.52% from 403); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1D7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB1D7B is #04E284. Grayscale: #696969. Windows color (decimal): -320133 or 8068603. OLE color: 8068603.

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

Color convert

RGB 251 29 123 -
CMYK 0 0.88 0.51 0.02
HSL 334.59º 0.97% 0.55% -
HSV(B) 334.59º 0.88% 0.98% -
XYZ 43.8 22.82 20.83 -
YUV 106.09 137.55 231.36 -
System Red Green Blue C M Y K H S L
Decimal 251 29 123 0 0.88 0.51 0.02 334.59 0.97 0.55
Hex FB 1D 7B 0 58 33 2 14F 61 37
Octal 373 35 173 0 130 63 2 517 141 67
Binary 11111011 11101 1111011 0 1011000 110011 10 101001111 1100001 110111

Color Harmonies of #FB1D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1D7B

Black with #FB1D7B

Text Example


Text Example

White with #FB1D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1D7B; }

 p { color: rgb(251,29,123); }

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

background-color css

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

 a { background-color: rgb(251,29,123); }

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

border-color css

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

 span { border-color: rgb(251,29,123); }

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