#FB267F

Color #FB267F Deep Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Pink #FB267F

Tints of Deep Pink #FB267F

Color information

#FB267F (or 0xFB267F) is unknown color: approx Deep Pink. HEX triplet: FB, 26 and 7F. RGB value is (251,38,127). Sum of RGB (Red+Green+Blue) = 251+38+127=416 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.34% from 416); Green value is 38 (15.23% from 255 or 9.13% from 416); Blue value is 127 (50% from 255 or 30.53% from 416); Max value from RGB is 251 - color contains mainly: red. Hex color #FB267F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB267F is #04D980. Grayscale: #6F6F6F. Windows color (decimal): -317825 or 8333051. OLE color: 8333051.

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

Color convert

RGB25138127-
CMYK00.850.490.02
HSL334.93º96.38%56.67%-
HSV(B)334.93º84.86%98.43%-
XYZ44.3123.4322.27-
YUV111.83136.57227.26-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 60.34%
GREEN value IS 38 (15.23% from 255) = 9.13%
BLUE value IS 127 (50% from 255) = 30.53%
R=60.34%
G=9.13%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2513812700.850.490.02334.9396.3856.67
HexFB267F05531214f6039
Octal37346177012561251714071
Binary11111011100110111111101010101110001101010011111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB267F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB267F; }

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

 H1.HeaderClassName
 {
   color: #FB267F;
 }
 .AnyTagClassName
 {
   color: #FB267F;
 }
</style>
background-color css

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

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

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

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

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

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