#F3128A

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

Shades of Deep Pink #F3128A

Tints of Deep Pink #F3128A

Color information

#F3128A (or 0xF3128A) is unknown color: approx Deep Pink. HEX triplet: F3, 12 and 8A. RGB value is (243,18,138). Sum of RGB (Red+Green+Blue) = 243+18+138=399 (52% of max value = 765). Red value is 243 (95.31% from 255 or 60.90% from 399); Green value is 18 (7.42% from 255 or 4.51% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 243 - color contains mainly: red. Hex color #F3128A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F3128A is #0CED75. Grayscale: #626262. Windows color (decimal): -847222 or 9048819. OLE color: 9048819.

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

Color convert

RGB24318138-
CMYK00.930.430.05
HSL328º90.36%51.18%-
HSV(B)328º92.59%95.29%-
XYZ41.7721.3225.96-
YUV98.96150.04230.74-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 60.90%
GREEN value IS 18 (7.42% from 255) = 4.51%
BLUE value IS 138 (54.30% from 255) = 34.59%
R=60.90%
G=4.51%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431813800.930.430.0532890.3651.18
HexF3128A05D2B51485a33
Octal36322212013553551013263
Binary111100111001010001010010111011010111011010010001011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3128A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3128A; }

 p { color: rgb(243,18,138); }

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

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

 a { background-color: rgb(243,18,138); }

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

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

 span { border-color: rgb(243,18,138); }

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