Html Css Color HEX #FB007A Deep Pink

📋 copy color: '#FB007A'

red 251 ◦ green 0 ◦ blue 122

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

Shades of Deep Pink #FB007A

Tints of Deep Pink #FB007A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 67.29%
G = 0%
B = 32.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FB007A (or 0xFB007A) is known color: Deep Pink. HEX triplet: FB, 00 and 7A. RGB value is (251,0,122). Sum of RGB (Red+Green+Blue) = 251+0+122=373 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.29% from 373); Green value is 0 (0.39% from 255 or 0% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 251 - color contains mainly: red. Hex color #FB007A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB007A is #04FF85. Grayscale: #585858. Windows color (decimal): -327558 or 7995643. OLE color: 7995643.

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

Color convert

RGB 251 0 122 -
CMYK 0 1 0.51 0.02
HSL 330.84º 1% 0.49% -
HSV(B) 330.84º 1% 0.98% -
XYZ 43.3 21.91 20.36 -
YUV 88.96 146.66 243.58 -
System Red Green Blue C M Y K H S L
Decimal 251 0 122 0 1 0.51 0.02 330.84 1 0.49
Hex FB 0 7A 0 64 33 2 14B 64 31
Octal 373 0 172 0 144 63 2 513 144 61
Binary 11111011 0 1111010 0 1100100 110011 10 101001011 1100100 110001

Color Harmonies of #FB007A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB007A

Black with #FB007A

Text Example


Text Example

White with #FB007A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB007A; }

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

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

background-color css

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

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

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

border-color css

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

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

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