#F3127A

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

Shades of Deep Pink #F3127A

Tints of Deep Pink #F3127A

Color information

#F3127A (or 0xF3127A) is unknown color: approx Deep Pink. HEX triplet: F3, 12 and 7A. RGB value is (243,18,122). Sum of RGB (Red+Green+Blue) = 243+18+122=383 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.45% from 383); Green value is 18 (7.42% from 255 or 4.70% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 243 - color contains mainly: red. Hex color #F3127A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F3127A is #0CED85. Grayscale: #606060. Windows color (decimal): -847238 or 8000243. OLE color: 8000243.

HSL color Cylindrical-coordinate representation of color #F3127A: hue angle of 332.27º 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 #F3127A is Cyan = 0, Magento = 0.93, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB24318122-
CMYK00.930.500.05
HSL332.27º90.36%51.18%-
HSV(B)332.27º92.59%95.29%-
XYZ40.6920.8920.3-
YUV97.13142.04232.04-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 63.45%
GREEN value IS 18 (7.42% from 255) = 4.70%
BLUE value IS 122 (48.05% from 255) = 31.85%
R=63.45%
G=4.70%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431812200.930.500.05332.2790.3651.18
HexF3127A05D32514c5a33
Octal36322172013562551413263
Binary11110011100101111010010111011100101011010011001011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3127A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3127A; }

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

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

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

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

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

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

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

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