Html Css Color HEX #FB1C8B Deep Pink

📋 copy color: '#FB1C8B'

red 251 ◦ green 28 ◦ blue 139

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

Shades of Deep Pink #FB1C8B

Tints of Deep Pink #FB1C8B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.7%

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

R = 60.05%
G = 6.7%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FB1C8B (or 0xFB1C8B) is known color: Deep Pink. HEX triplet: FB, 1C and 8B. RGB value is (251,28,139). Sum of RGB (Red+Green+Blue) = 251+28+139=418 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.05% from 418); Green value is 28 (11.33% from 255 or 6.70% from 418); Blue value is 139 (54.69% from 255 or 33.25% from 418); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1C8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB1C8B is #04E374. Grayscale: #6B6B6B. Windows color (decimal): -320373 or 9116923. OLE color: 9116923.

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

Color convert

RGB 251 28 139 -
CMYK 0 0.89 0.45 0.02
HSL 330.13º 0.97% 0.55% -
HSV(B) 330.13º 0.89% 0.98% -
XYZ 44.86 23.2 26.54 -
YUV 107.33 145.88 230.47 -
System Red Green Blue C M Y K H S L
Decimal 251 28 139 0 0.89 0.45 0.02 330.13 0.97 0.55
Hex FB 1C 8B 0 59 2D 2 14A 61 37
Octal 373 34 213 0 131 55 2 512 141 67
Binary 11111011 11100 10001011 0 1011001 101101 10 101001010 1100001 110111

Color Harmonies of #FB1C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1C8B

Black with #FB1C8B

Text Example


Text Example

White with #FB1C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1C8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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