Html Css Color HEX #FB1E8D Deep Pink

📋 copy color: '#FB1E8D'

red 251 ◦ green 30 ◦ blue 141

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

Shades of Deep Pink #FB1E8D

Tints of Deep Pink #FB1E8D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.11%

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

R = 59.48%
G = 7.11%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FB1E8D (or 0xFB1E8D) is known color: Deep Pink. HEX triplet: FB, 1E and 8D. RGB value is (251,30,141). Sum of RGB (Red+Green+Blue) = 251+30+141=422 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.48% from 422); Green value is 30 (12.11% from 255 or 7.11% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1E8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB1E8D is #04E172. Grayscale: #6C6C6C. Windows color (decimal): -319859 or 9248507. OLE color: 9248507.

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

Color convert

RGB 251 30 141 -
CMYK 0 0.88 0.44 0.02
HSL 329.86º 0.97% 0.55% -
HSV(B) 329.86º 0.88% 0.98% -
XYZ 45.06 23.36 27.33 -
YUV 108.73 146.22 229.47 -
System Red Green Blue C M Y K H S L
Decimal 251 30 141 0 0.88 0.44 0.02 329.86 0.97 0.55
Hex FB 1E 8D 0 58 2C 2 14A 61 37
Octal 373 36 215 0 130 54 2 512 141 67
Binary 11111011 11110 10001101 0 1011000 101100 10 101001010 1100001 110111

Color Harmonies of #FB1E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1E8D

Black with #FB1E8D

Text Example


Text Example

White with #FB1E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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