#FB248A

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

Shades of Deep Pink #FB248A

Tints of Deep Pink #FB248A

Color information

#FB248A (or 0xFB248A) is unknown color: approx Deep Pink. HEX triplet: FB, 24 and 8A. RGB value is (251,36,138). Sum of RGB (Red+Green+Blue) = 251+36+138=425 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.06% from 425); Green value is 36 (14.45% from 255 or 8.47% from 425); Blue value is 138 (54.30% from 255 or 32.47% from 425); Max value from RGB is 251 - color contains mainly: red. Hex color #FB248A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB248A is #04DB75. Grayscale: #6F6F6F. Windows color (decimal): -318326 or 9053435. OLE color: 9053435.

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

Color convert

RGB25136138-
CMYK00.860.450.02
HSL331.53º96.41%56.27%-
HSV(B)331.53º85.66%98.43%-
XYZ4523.6126.23-
YUV111.91142.73227.21-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 59.06%
GREEN value IS 36 (14.45% from 255) = 8.47%
BLUE value IS 138 (54.30% from 255) = 32.47%
R=59.06%
G=8.47%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2513613800.860.450.02331.5396.4156.27
HexFB248A0562D214c6038
Octal37344212012655251414070
Binary111110111001001000101001010110101101101010011001100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB248A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB248A; }

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

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

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

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

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

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

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

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