Html Css Color HEX #FB1585 Deep Pink

📋 copy color: '#FB1585'

red 251 ◦ green 21 ◦ blue 133

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

Shades of Deep Pink #FB1585

Tints of Deep Pink #FB1585

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.19%

 BLUE value IS 133 (52.34% from 255) = 32.84%

R = 61.98%
G = 5.19%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FB1585 (or 0xFB1585) is known color: Deep Pink. HEX triplet: FB, 15 and 85. RGB value is (251,21,133). Sum of RGB (Red+Green+Blue) = 251+21+133=405 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.98% from 405); Green value is 21 (8.59% from 255 or 5.19% from 405); Blue value is 133 (52.34% from 255 or 32.84% from 405); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1585 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB1585 is #04EA7A. Grayscale: #666666. Windows color (decimal): -322171 or 8721915. OLE color: 8721915.

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

Color convert

RGB 251 21 133 -
CMYK 0 0.92 0.47 0.02
HSL 330.78º 0.97% 0.53% -
HSV(B) 330.78º 0.92% 0.98% -
XYZ 44.29 22.74 24.25 -
YUV 102.54 145.2 233.89 -
System Red Green Blue C M Y K H S L
Decimal 251 21 133 0 0.92 0.47 0.02 330.78 0.97 0.53
Hex FB 15 85 0 5C 2F 2 14B 61 35
Octal 373 25 205 0 134 57 2 513 141 65
Binary 11111011 10101 10000101 0 1011100 101111 10 101001011 1100001 110101

Color Harmonies of #FB1585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1585

Black with #FB1585

Text Example


Text Example

White with #FB1585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1585; }

 p { color: rgb(251,21,133); }

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

background-color css

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

 a { background-color: rgb(251,21,133); }

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

border-color css

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

 span { border-color: rgb(251,21,133); }

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