Html Css Color HEX #FB2487 Deep Pink

📋 copy color: '#FB2487'

red 251 ◦ green 36 ◦ blue 135

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

Shades of Deep Pink #FB2487

Tints of Deep Pink #FB2487

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.53%

 BLUE value IS 135 (53.13% from 255) = 31.99%

R = 59.48%
G = 8.53%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#FB2487 (or 0xFB2487) is known color: Deep Pink. HEX triplet: FB, 24 and 87. RGB value is (251,36,135). Sum of RGB (Red+Green+Blue) = 251+36+135=422 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.48% from 422); Green value is 36 (14.45% from 255 or 8.53% from 422); Blue value is 135 (53.12% from 255 or 31.99% from 422); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2487 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2487 is #04DB78. Grayscale: #6F6F6F. Windows color (decimal): -318329 or 8856827. OLE color: 8856827.

HSL color Cylindrical-coordinate representation of color #FB2487: hue angle of 332.37º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FB2487 is Cyan = 0, Magento = 0.86, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 36 135 -
CMYK 0 0.86 0.46 0.02
HSL 332.37º 0.96% 0.56% -
HSV(B) 332.37º 0.86% 0.98% -
XYZ 44.79 23.52 25.1 -
YUV 111.57 141.23 227.45 -
System Red Green Blue C M Y K H S L
Decimal 251 36 135 0 0.86 0.46 0.02 332.37 0.96 0.56
Hex FB 24 87 0 56 2E 2 14C 60 38
Octal 373 44 207 0 126 56 2 514 140 70
Binary 11111011 100100 10000111 0 1010110 101110 10 101001100 1100000 111000

Color Harmonies of #FB2487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2487

Black with #FB2487

Text Example


Text Example

White with #FB2487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2487; }

 p { color: rgb(251,36,135); }

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

background-color css

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

 a { background-color: rgb(251,36,135); }

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

border-color css

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

 span { border-color: rgb(251,36,135); }

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