Html Css Color HEX #FB087A Deep Pink

📋 copy color: '#FB087A'

red 251 ◦ green 8 ◦ blue 122

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

Shades of Deep Pink #FB087A

Tints of Deep Pink #FB087A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.1%

 BLUE value IS 122 (48.05% from 255) = 32.02%

R = 65.88%
G = 2.1%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FB087A (or 0xFB087A) is known color: Deep Pink. HEX triplet: FB, 08 and 7A. RGB value is (251,8,122). Sum of RGB (Red+Green+Blue) = 251+8+122=381 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.88% from 381); Green value is 8 (3.52% from 255 or 2.10% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 251 - color contains mainly: red. Hex color #FB087A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB087A is #04F785. Grayscale: #5D5D5D. Windows color (decimal): -325510 or 7997691. OLE color: 7997691.

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

Color convert

RGB 251 8 122 -
CMYK 0 0.97 0.51 0.02
HSL 331.85º 0.97% 0.51% -
HSV(B) 331.85º 0.97% 0.98% -
XYZ 43.38 22.09 20.39 -
YUV 93.65 144.01 240.23 -
System Red Green Blue C M Y K H S L
Decimal 251 8 122 0 0.97 0.51 0.02 331.85 0.97 0.51
Hex FB 8 7A 0 61 33 2 14C 61 33
Octal 373 10 172 0 141 63 2 514 141 63
Binary 11111011 1000 1111010 0 1100001 110011 10 101001100 1100001 110011

Color Harmonies of #FB087A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB087A

Black with #FB087A

Text Example


Text Example

White with #FB087A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB087A; }

 p { color: rgb(251,8,122); }

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

background-color css

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

 a { background-color: rgb(251,8,122); }

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

border-color css

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

 span { border-color: rgb(251,8,122); }

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