Html Css Color HEX #FB017F Deep Pink

📋 copy color: '#FB017F'

red 251 ◦ green 1 ◦ blue 127

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

Shades of Deep Pink #FB017F

Tints of Deep Pink #FB017F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.26%

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

R = 66.23%
G = 0.26%
B = 33.51%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FB017F (or 0xFB017F) is known color: Deep Pink. HEX triplet: FB, 01 and 7F. RGB value is (251,1,127). Sum of RGB (Red+Green+Blue) = 251+1+127=379 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.23% from 379); Green value is 1 (0.78% from 255 or 0.26% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 251 - color contains mainly: red. Hex color #FB017F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB017F is #04FE80. Grayscale: #595959. Windows color (decimal): -327297 or 8323579. OLE color: 8323579.

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

Color convert

RGB 251 1 127 -
CMYK 0 1.00 0.49 0.02
HSL 329.76º 0.99% 0.49% -
HSV(B) 329.76º 1% 0.98% -
XYZ 43.63 22.06 22.04 -
YUV 90.11 148.83 242.75 -
System Red Green Blue C M Y K H S L
Decimal 251 1 127 0 1.00 0.49 0.02 329.76 0.99 0.49
Hex FB 1 7F 0 64 31 2 14A 63 31
Octal 373 1 177 0 144 61 2 512 143 61
Binary 11111011 1 1111111 0 1100100 110001 10 101001010 1100011 110001

Color Harmonies of #FB017F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB017F

Black with #FB017F

Text Example


Text Example

White with #FB017F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB017F; }

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

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

background-color css

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

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

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

border-color css

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

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

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