#F31C9B

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

Shades of Deep Pink #F31C9B

Tints of Deep Pink #F31C9B

Color information

#F31C9B (or 0xF31C9B) is unknown color: approx Deep Pink. HEX triplet: F3, 1C and 9B. RGB value is (243,28,155). Sum of RGB (Red+Green+Blue) = 243+28+155=426 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.04% from 426); Green value is 28 (11.33% from 255 or 6.57% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 243 - color contains mainly: red. Hex color #F31C9B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F31C9B is #0CE364. Grayscale: #6A6A6A. Windows color (decimal): -844645 or 10165491. OLE color: 10165491.

HSL color Cylindrical-coordinate representation of color #F31C9B: hue angle of 324.56º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F31C9B is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB24328155-
CMYK00.880.360.05
HSL324.56º89.96%53.14%-
HSV(B)324.56º88.48%95.29%-
XYZ43.2922.2533.02-
YUV106.76155.23225.17-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 57.04%
GREEN value IS 28 (11.33% from 255) = 6.57%
BLUE value IS 155 (60.94% from 255) = 36.38%
R=57.04%
G=6.57%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2432815500.880.360.05324.5689.9653.14
HexF31C9B0582451455a35
Octal36334233013044550513265
Binary111100111110010011011010110001001001011010001011011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F31C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F31C9B; }

 p { color: rgb(243,28,155); }

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

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

 a { background-color: rgb(243,28,155); }

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

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

 span { border-color: rgb(243,28,155); }

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