#FB248C

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

Shades of Deep Pink #FB248C

Tints of Deep Pink #FB248C

Color information

#FB248C (or 0xFB248C) is unknown color: approx Deep Pink. HEX triplet: FB, 24 and 8C. RGB value is (251,36,140). Sum of RGB (Red+Green+Blue) = 251+36+140=427 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.78% from 427); Green value is 36 (14.45% from 255 or 8.43% from 427); Blue value is 140 (55.08% from 255 or 32.79% from 427); Max value from RGB is 251 - color contains mainly: red. Hex color #FB248C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB248C is #04DB73. Grayscale: #6F6F6F. Windows color (decimal): -318324 or 9184507. OLE color: 9184507.

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

Color convert

RGB25136140-
CMYK00.860.440.02
HSL330.98º96.41%56.27%-
HSV(B)330.98º85.66%98.43%-
XYZ45.1523.6627-
YUV112.14143.73227.04-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 58.78%
GREEN value IS 36 (14.45% from 255) = 8.43%
BLUE value IS 140 (55.08% from 255) = 32.79%
R=58.78%
G=8.43%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2513614000.860.440.02330.9896.4156.27
HexFB248C0562C214b6038
Octal37344214012654251314070
Binary111110111001001000110001010110101100101010010111100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB248C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB248C; }

 p { color: rgb(251,36,140); }

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

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

 a { background-color: rgb(251,36,140); }

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

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

 span { border-color: rgb(251,36,140); }

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