Html Css Color HEX #FB007F Deep Pink

📋 copy color: '#FB007F'

red 251 ◦ green 0 ◦ blue 127

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

Shades of Deep Pink #FB007F

Tints of Deep Pink #FB007F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.6%

R = 66.4%
G = 0%
B = 33.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FB007F (or 0xFB007F) is known color: Deep Pink. HEX triplet: FB, 00 and 7F. RGB value is (251,0,127). Sum of RGB (Red+Green+Blue) = 251+0+127=378 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.40% from 378); Green value is 0 (0.39% from 255 or 0% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 251 - color contains mainly: red. Hex color #FB007F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB007F is #04FF80. Grayscale: #595959. Windows color (decimal): -327553 or 8323323. OLE color: 8323323.

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

Color convert

RGB 251 0 127 -
CMYK 0 1 0.49 0.02
HSL 329.64º 1% 0.49% -
HSV(B) 329.64º 1% 0.98% -
XYZ 43.61 22.04 22.03 -
YUV 89.53 149.16 243.17 -
System Red Green Blue C M Y K H S L
Decimal 251 0 127 0 1 0.49 0.02 329.64 1 0.49
Hex FB 0 7F 0 64 31 2 14A 64 31
Octal 373 0 177 0 144 61 2 512 144 61
Binary 11111011 0 1111111 0 1100100 110001 10 101001010 1100100 110001

Color Harmonies of #FB007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB007F

Black with #FB007F

Text Example


Text Example

White with #FB007F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB007F; }

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

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

background-color css

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

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

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

border-color css

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

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

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